commit 0e816ae044e9a0b6139c05a6a6ac5c0c81c55c04 Author: Joshua Goins Date: Tue Oct 11 21:43:10 2022 -0400 Add initial files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c190512 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.backup diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c36c8f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# tf2-2012-menu + +This is a redistribution of CblpBoPTy's TF2 mod series unofficially called "PotatoHud". + +![screenshot of the main menu](misc/MainMenu.jpg) + +Unfortunately, they have stopped modding: + +_"hi, i closed the projects and don't do modding anymore. I lost the necessary knowledge, and now I can not update my mods, besides, there were many bugs that I could not fix. I don't play tf2 much anymore and games in general. I am doing a different job. Sorry friend, but there will be no more updates."_ (from their [Steam profile](https://steamcommunity.com/id/CblpBopTy)) + +Unfortunately I like their HUDs too much for it to go to waste, so fortunately there was _one_ version they forgot to private and I have it permanently archived here. Right now, their mod is licensed under "Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported" so while I can technically redistribute this version, I cannot modify it. However the mod still works on recent game versions as of Scream Fortress 2022. + +The version I have archived is "6.0.1 (10/05/2021)". \ No newline at end of file diff --git a/misc/InGame.jpg b/misc/InGame.jpg new file mode 100644 index 0000000..5267dbd Binary files /dev/null and b/misc/InGame.jpg differ diff --git a/misc/MainMenu.jpg b/misc/MainMenu.jpg new file mode 100644 index 0000000..7eaf983 Binary files /dev/null and b/misc/MainMenu.jpg differ diff --git a/misc/PlayList.jpg b/misc/PlayList.jpg new file mode 100644 index 0000000..f7dd935 Binary files /dev/null and b/misc/PlayList.jpg differ diff --git a/mod/info.vdf b/mod/info.vdf new file mode 100644 index 0000000..aa9771e --- /dev/null +++ b/mod/info.vdf @@ -0,0 +1,4 @@ +"PotatoHud" +{ + "ui_version" "3" +} \ No newline at end of file diff --git a/mod/materials/vgui/glyph_casual.vmt b/mod/materials/vgui/glyph_casual.vmt new file mode 100644 index 0000000..ade94c1 --- /dev/null +++ b/mod/materials/vgui/glyph_casual.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_casual" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/mod/materials/vgui/glyph_casual.vtf b/mod/materials/vgui/glyph_casual.vtf new file mode 100644 index 0000000..fce7e62 Binary files /dev/null and b/mod/materials/vgui/glyph_casual.vtf differ diff --git a/mod/materials/vgui/glyph_comp.vmt b/mod/materials/vgui/glyph_comp.vmt new file mode 100644 index 0000000..b0c37fd --- /dev/null +++ b/mod/materials/vgui/glyph_comp.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_comp" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/mod/materials/vgui/glyph_comp.vtf b/mod/materials/vgui/glyph_comp.vtf new file mode 100644 index 0000000..b2f46a8 Binary files /dev/null and b/mod/materials/vgui/glyph_comp.vtf differ diff --git a/mod/materials/vgui/glyph_mvm.vmt b/mod/materials/vgui/glyph_mvm.vmt new file mode 100644 index 0000000..ac979be --- /dev/null +++ b/mod/materials/vgui/glyph_mvm.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_mvm" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/mod/materials/vgui/glyph_mvm.vtf b/mod/materials/vgui/glyph_mvm.vtf new file mode 100644 index 0000000..e1df164 Binary files /dev/null and b/mod/materials/vgui/glyph_mvm.vtf differ diff --git a/mod/resource/GameMenu.res b/mod/resource/GameMenu.res new file mode 100644 index 0000000..eb6c453 --- /dev/null +++ b/mod/resource/GameMenu.res @@ -0,0 +1,124 @@ +"GameMenu" [$WIN32] +{ + "ResumeGameButton" + { + "label" "#MMenu_ResumeGame" + "command" "ResumeGame" + "OnlyInGame" "1" + "subimage" "icon_resume" + } + + "QuickplayButton" + { + "label" "#MMenu_PlayList_ServerBrowser_Button" + "command" "OpenServerBrowser" + "subimage" "glyph_server" + "OnlyAtMenu" "1" + } + + "QuickplayChangeButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyInGame" "1" + } + + "ServerBrowserButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyAtMenu" "1" + } + + "ChangeServerButton" + { + "label" "#MMenu_ChangeServer" + "command" "OpenServerBrowser" + "subimage" "glyph_server_browser" + "OnlyInGame" "1" + + } + + "ReplayBrowserButton" + { + "label" "#GameUI_GameMenu_ReplayDemos" + "command" "engine replay_reloadbrowser" + "subimage" "glyph_tv" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + } + "VRModeButton" + { + "label" "#MMenu_VRMode_Activate" + "command" "engine vr_toggle" + "subimage" "glyph_vr" + "OnlyWhenVREnabled" "1" + } + "TrainingButton" + { + "label" "#Gametype_Training" + "command" "offlinepractice" + "subimage" "glyph_practice" + "OnlyAtMenu" "1" + } + + // These buttons get positioned by the MainMenuOverride.res + "GeneralStoreButton" + { + "label" "#MMenu_Shop" + "command" "engine open_store" + "subimage" "glyph_store" + } + + "CharacterSetupButton" + { + "label" "#MMenu_CharacterSetup" + "command" "engine open_charinfo" + "subimage" "glyph_items" + } + + // These buttons are only shown while in-game + // and also are positioned by the .res file + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } + + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_alert" + "tooltip" "#MMenu_ReportPlayer" + + } +} \ No newline at end of file diff --git a/mod/resource/ui/MainMenuOverride.res b/mod/resource/ui/MainMenuOverride.res new file mode 100644 index 0000000..491c2f8 --- /dev/null +++ b/mod/resource/ui/MainMenuOverride.res @@ -0,0 +1,3352 @@ +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + +// "bgcolor_override" "0 0 0 240" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-285" + "button_y" "120" + "button_y_delta" "5" + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-200" + "wide" "o1.6" + "tall" "f0" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + + if_wider + { + "wide" "f0" + "tall" "o0.628" + } + + if_taller + { + "wide" "o1.6" + "tall" "f0" + } + + if_halloween_0 + { + "image" "../console/title_team_halloween2011_widescreen" + } + if_halloween_1 + { + "image" "../console/title_team_halloween2012_widescreen" + } + if_halloween_2 + { + "image" "../console/title_team_halloween2013_widescreen" + } + if_halloween_3 + { + "image" "../console/title_team_halloween2014_widescreen" + } + if_halloween_4 + { + "image" "../console/title_team_halloween2015_widescreen" + } + if_halloween_5 + { + "image" "../console/title_scream_fortress_2017_widescreen" + } + if_fullmoon + { + "image" "../console/title_fullmoon_widescreen" + } + if_christmas + { + "image" "../console/background_xmas2020_widescreen" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "c-290" + "ypos" "24" + "zpos" "1" + "wide" "256" + "tall" "64" + "visible" "1" + "enabled" "1" + "image" "../logo/new_tf2_logo" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "TFCharacterImage" + { + // "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" + "ypos" "-80" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "MainMenuBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MainMenuBGPanel" + "xpos" "c-290" + "ypos" "92" + "zpos" "-1" + "wide" "260" + "tall" "120" + "visible" "1" + "pinCorner" "0" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + } + + "PlayLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Play" + "textAlignment" "west" + "xpos" "c-278" + "ypos" "93" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "HudFontSmall" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "117 107 94 255" + "wrap" "1" + } + + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallBold" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "auto_wide_tocontents" "1" + } + } + + "CreateServerButton" + { + "ControlName" "EditablePanel" + "fieldname" "CreateServerButton" + "xpos" "c-60" + "ypos" "153" + "zpos" "10" + "wide" "20" + "tall" "20" + "visible" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + + "QuestLogButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogButton" + "xpos" "c228" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "navUp" "Notifications_Panel" + "navLeft" "SettingsButton" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "labelText" "" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "command" "questlog" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "vo/null.mp3" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "paintborder" "0" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "button_quests_pda" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + } + } + } + + "MOTD_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_ShowButtonPanel" + "xpos" "c268" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "navUp" "MOTD_Panel" // pass through when naving up to this or the fully displayed MOTD + "navDown" "Notifications_Panel" // when a sub element can't nav down it will pass through this + "navLeft" "Notifications_Panel" // when a sub element can't nav left it will pass through this + "navRight" "MOTD_Panel" // pass through when naving right to this or the fully displayed MOTD + "navToRelay" "MOTD_ShowButtonPanel_SB" // when naving to this it auto navs to this child instead + + "MOTD_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "actionsignallevel" "2" + "Command" "motd_show" + "navActivate" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-56" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-56" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-51" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "c-265" + "ypos" "c-80" + "zpos" "2" + "wide" "160" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_BrowseTheStore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "startshopping" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "c-285" + "ypos" "c-50" + "zpos" "2" + "wide" "200" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_MarketPlace" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "marketplace" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallest" + "labelText" "" + "textAlignment" "west" + "xpos" "c-45" + "ypos" "c-230" + "zpos" "100" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } +} diff --git a/mod/resource/ui/econ/store/v2/StoreHome_FreeTrial.res b/mod/resource/ui/econ/store/v2/StoreHome_FreeTrial.res new file mode 100644 index 0000000..7ac5946 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StoreHome_FreeTrial.res @@ -0,0 +1,282 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_FreeTrial.res" +{ + "Callout" + { + "ControlName" "EditablePanel" + "fieldName" "Callout" + "xpos" "c-300" + "ypos" "193" + "wide" "235" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "131 66 55 255" + "paintbackground" "1" + "paintborder" "0" + "paintbackgroundtype" "2" + + // Cover up top rounded corners + "BodyBgSquare" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBgSquare" + "xpos" "2" + "ypos" "32" + "wide" "231" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + // Bottom rounded corners + "BodyBg" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBg" + "xpos" "2" + "ypos" "40" + "wide" "231" + "tall" "108" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "2" + } + + "HeaderText" + { + "ControlName" "CExLabel" + "fieldName" "HeaderText" + "font" "HudFontSmallestBold" + "labelText" "#Store_FreeTrial_UpgradeCalloutHeader" + "textAlignment" "west" + "xpos" "10" + "ypos" "2" + "wide" "210" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "FreeTrialPoint1Dot" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1Dot" + "labelText" ">" + "font" "HudFontSmallest" + "xpos" "15" + "ypos" "45" + "zpos" "2" + "wide" "5" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint1" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point1" + "textAlignment" "west" + "xpos" "24" + "ypos" "38" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint2Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint2Dot" + "xpos" "15" + "ypos" "61" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint2" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint2" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point2" + "textAlignment" "west" + "xpos" "24" + "ypos" "54" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint3Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint3Dot" + "xpos" "15" + "ypos" "77" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint3" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint3" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point4" + "textAlignment" "west" + "xpos" "24" + "ypos" "70" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint4Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint4Dot" + "xpos" "15" + "ypos" "93" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint4" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint4" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point3" + "textAlignment" "north-west" + "xpos" "24" + "ypos" "89" + "zpos" "2" + "wide" "205" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + + "PlusLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlusLabel" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Plus" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "325" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + + "Plus2Label" + { + "ControlName" "CExLabel" + "fieldName" "Plus2Label" + "font" "HudFontSmallest" + "labelText" "#Store_Promotion_FirstPurchaseGift2" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + } + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-314" + "ypos" "302" + "zpos" "3" + "wide" "58" + "tall" "58" + "visible" "1" + "enabled" "1" + "image" "store/store_starburst" + "scaleImage" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "c-328" + "ypos" "287" + "zpos" "4" + "wide" "85" + "tall" "85" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/all_manncap_large" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/mod/resource/ui/econ/store/v2/StoreHome_Premium.res b/mod/resource/ui/econ/store/v2/StoreHome_Premium.res new file mode 100644 index 0000000..2e71b64 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StoreHome_Premium.res @@ -0,0 +1,42 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_Premium.res" +{ + "PremiumCallout" + { + "ControlName" "EditablePanel" + "fieldName" "PremiumCallout" + "xpos" "c-323" + "ypos" "c-45" + "zpos" "-1" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + + "MannCoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannCoImage" + "wide" "420" + "tall" "220" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "xpos" "15" + "ypos" "0" + "zpos" "0" + +// if_halloween +// { +// "visible" "1" +// "image" "store/store_halloween_premium_callout" +// } + if_christmas + { + "visible" "1" + "image" "store/store_australian_christmas_callout_sale" + } + } + } +} diff --git a/mod/resource/ui/econ/store/v2/StoreItemControls.res b/mod/resource/ui/econ/store/v2/StoreItemControls.res new file mode 100644 index 0000000..93ec158 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StoreItemControls.res @@ -0,0 +1,65 @@ +"Resource/UI/StoreItemControls.res" +{ + "StoreItemControls" + { + "ControlName" "CStoreItemControlsPanel" + "fieldName" "StoreItemControls" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "AddToCartButton" + { + "ControlName" "CExImageButton" + "fieldName" "AddToCartButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "addtocart" + + "paintbackground" "1" + + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "image_depressedcolor" "255 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "1" + "ypos" "1" + "zpos" "13" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + } +} diff --git a/mod/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res b/mod/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res new file mode 100644 index 0000000..0d351e4 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res @@ -0,0 +1,209 @@ +"StoreMapStampsInfoDialog.res" +{ + "MapStampsInfoDialog" + { + "ControlName" "CTFMapStampsInfoDialog" + "fieldName" "MapStampsInfoDialog" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "Panel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-120" + "ypos" "c-150" + "zpos" "0" + "wide" "240" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "220" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "MapsDescLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapsDescLabel" + "font" "HudFontSmallest" + "labelText" "#Store_MapsDesc" + "textAlignment" "north" + "xpos" "20" + "ypos" "29" + "zpos" "5" + "wide" "200" + "tall" "200" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "90" + "ypos" "120" + "zpos" "2" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/world_traveller_large" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c101" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-110" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } +} \ No newline at end of file diff --git a/mod/resource/ui/econ/store/v2/StorePage.res b/mod/resource/ui/econ/store/v2/StorePage.res new file mode 100644 index 0000000..ff58604 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePage.res @@ -0,0 +1,2716 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 255" + "infocus_bgcolor_override" "46 43 42 255" + "outoffocus_bgcolor_override" "46 43 42 255" + + "max_cart_model_panels" "10" + + "item_ypos" "70" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-292" + "item_xdelta" "8" + "item_ydelta" "8" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "1" + "item_backdrop_color" "24 22 20 255" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor_mouseover" "156 146 128 255" + "item_panel_bgcolor_selected" "176 166 148 255" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "111" + "tall" "62" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c-70" + "ypos" "30" + "wide" "90" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "paintbackgroundtype" "2" + "font" "HudFontSmall" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c30" + "ypos" "30" + "zpos" "1" + "wide" "112" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c152" + "ypos" "30" + "zpos" "1" + "wide" "142" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "xpos" "36" + "ypos" "170" + "zpos" "100" + "wide" "200" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + "fgcolor" "243 234 216 255" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c190" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c220" + "ypos" "280" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c270" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%selectionprice%" + "textAlignment" "east" + "xpos" "c20" + "ypos" "8" + "zpos" "5" + "wide" "303" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c-70" + "ypos" "12" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ItemTypeFilterLabel" + "textAlignment" "west" + "xpos" "c30" + "ypos" "12" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_SortByLabel" + "textAlignment" "west" + "xpos" "c152" + "ypos" "12" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ClassFilterLabel" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "12" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "c-300" + "ypos" "30" + "zpos" "1" + "wide" "225" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "255 255 255 180" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "class_icons/filter_all" + "image_armed" "class_icons/filter_all" + "image_selected" "class_icons/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "class_icons/filter_scout" + "image_armed" "class_icons/filter_scout" + "image_selected" "class_icons/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "class_icons/filter_soldier" + "image_armed" "class_icons/filter_soldier" + "image_selected" "class_icons/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "class_icons/filter_pyro" + "image_armed" "class_icons/filter_pyro" + "image_selected" "class_icons/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "class_icons/filter_demo" + "image_armed" "class_icons/filter_demo" + "image_selected" "class_icons/filter_demo_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "class_icons/filter_heavy" + "image_armed" "class_icons/filter_heavy" + "image_selected" "class_icons/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "class_icons/filter_engineer" + "image_armed" "class_icons/filter_engineer" + "image_selected" "class_icons/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "class_icons/filter_medic" + "image_armed" "class_icons/filter_medic" + "image_selected" "class_icons/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "class_icons/filter_sniper" + "image_armed" "class_icons/filter_sniper" + "image_selected" "class_icons/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "class_icons/filter_spy" + "image_armed" "class_icons/filter_spy" + "image_selected" "class_icons/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-300" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-295" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "14" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "c0" + "ypos" "330" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c50" + "ypos" "15" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "115" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } +} diff --git a/mod/resource/ui/econ/store/v2/StorePage_Bundles.res b/mod/resource/ui/econ/store/v2/StorePage_Bundles.res new file mode 100644 index 0000000..d304209 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePage_Bundles.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Bundles.res" +{ +} \ No newline at end of file diff --git a/mod/resource/ui/econ/store/v2/StorePage_Items.res b/mod/resource/ui/econ/store/v2/StorePage_Items.res new file mode 100644 index 0000000..e7cac2f --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePage_Items.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Items.res" +{ +} diff --git a/mod/resource/ui/econ/store/v2/StorePage_Maps.res b/mod/resource/ui/econ/store/v2/StorePage_Maps.res new file mode 100644 index 0000000..abe594c --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePage_Maps.res @@ -0,0 +1,116 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Maps.res" +{ + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + } + } + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "ClassFilterNavPanel" + { + "visible" "0" + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "NameFilterLabel" + { + "visible" "0" + } + + "NameFilterTextEntry" + { + "visible" "0" + } + + "SortFilterLabel" + { + "visible" "0" + } + + "SortFilterComboBox" + { + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_Maps_Title" + "textAlignment" "north-west" + "xpos" "c-292" + "ypos" "20" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_Maps_SubTitle" + "textAlignment" "south-west" + "xpos" "c-292" + "ypos" "30" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "96 90 85 255" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "c175" + "ypos" "20" + "zpos" "5" + "wide" "120" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_LearnMore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "maps_learnmore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +} \ No newline at end of file diff --git a/mod/resource/ui/econ/store/v2/StorePanel.res b/mod/resource/ui/econ/store/v2/StorePanel.res new file mode 100644 index 0000000..d1fe8fe --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePanel.res @@ -0,0 +1,221 @@ +"Resource/UI/StorePanel.res" +{ + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "120" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "10" + "tabxdelta" "3" + "tabxfittotext" "1" + "tabheight" "34" + "transition_time" "0" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "32" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "tabskv" + { + "textinsetx" "6" + "textAlignment" "center" + "font" "HudFontSmallBold" + "selectedcolor" "200 187 161 255" + "unselectedcolor" "130 120 104 255" + "defaultBgColor_override" "46 43 42 255" + "paintbackground" "0" + "activeborder_override" "OutlinedGreyBox" + "normalborder_override" "OutlinedDullGreyBox" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "c275" + "ypos" "437" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "HudFontSmall" + "labelText" "" + "visible" "0" + } + + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "north-west" + "xpos" "c304" + "ypos" "440" + "zpos" "5" + "wide" "70" + "tall" "100" + "font" "HudFontSmallest" + "wrap" "1" + "labelText" "#Store_ConfirmStampDonationAddTitle" + "visible" "0" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/mod/resource/ui/econ/store/v2/StorePreviewItemPanel.res b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel.res new file mode 100644 index 0000000..4d2b9eb --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel.res @@ -0,0 +1,1596 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-140" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c222" + "ypos" "c-120" + "wide" "11" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-150" + "zpos" "0" + "wide" "480" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "220" + "tall" "213" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + // + // All the controls below get laid out off of the item name label's position and the break sizes defined at the top of this file + // + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "118 107 94 255" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontMediumSmallBold" + "textAlignment" "north-west" + "wide" "228" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%price%" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "20" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Tradable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "TradableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%tradable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "GiftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Giftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "GiftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%giftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "NameableLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Nameable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "NameableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%nameable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "CraftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Craftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "CraftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%craftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-132" + "zpos" "1" + "wide" "220" + "tall" "213" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon2" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon2" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon3" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon3" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon4" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon4" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon5" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon5" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-35" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-31" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "gofullscreen" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen" + "scaleImage" "1" + } + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "c-47" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-63" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "options" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-123" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "FontStorePrice" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c-126" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + // Hack - put these two labels off-screen, since we have cycle text to take the place of both of them + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c221" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "closex" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-230" + "ypos" "c105" + "zpos" "2" + "wide" "90" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "c-130" + "ypos" "c105" + "zpos" "2" + "wide" "120" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c25" + "ypos" "c103" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res new file mode 100644 index 0000000..409cf0f --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res @@ -0,0 +1,360 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "221" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-42" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + } + + // This control fades in if the mouse cursor isn't moving around + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + } + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "10" + "zpos" "4" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "10" + "ypos" "10" + "zpos" "4" + "wide" "38" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "38" + "tall" "38" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "38" + "tall" "38" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r24" + "ypos" "10" + "zpos" "4" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen_exit" + "scaleImage" "1" + } + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "r170" + "ypos" "r65" + "zpos" "4" + "wide" "160" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "r170" + "ypos" "r37" + "zpos" "4" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res new file mode 100644 index 0000000..8c328e1 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res @@ -0,0 +1,672 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-140" + "ypos" "c-150" + "zpos" "0" + "wide" "280" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "260" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-110" + "ypos" "c-120" + "zpos" "1" + "wide" "225" + "tall" "200" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "25" + "model_ypos" "17" + "model_wide" "175" + "model_tall" "175" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "3" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%selectiontitle%" + "textAlignment" "center" + "xpos" "c-130" + "ypos" "c-132" + "wide" "260" + "tall" "33" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" //238,227 + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-220" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-40" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "xpos" "100" + "ypos" "172" + "zpos" "20" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExButton" + "fieldName" "ZoomButton" + "xpos" "c-174" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Zoom" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TeamButton" + { + "ControlName" "CExButton" + "fieldName" "TeamButton" + "xpos" "c-106" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Team" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "team_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "132" + "ypos" "168" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "148" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c121" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-130" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c-30" + "ypos" "c105" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "StoreGreen" + } +} diff --git a/mod/resource/ui/econ/store/v2/StoreViewCartPanel.res b/mod/resource/ui/econ/store/v2/StoreViewCartPanel.res new file mode 100644 index 0000000..c45ff38 --- /dev/null +++ b/mod/resource/ui/econ/store/v2/StoreViewCartPanel.res @@ -0,0 +1,482 @@ +"Resource/UI/StoreViewCartPanel.res" +{ + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "580" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "quantitylabel" + { + "ControlName" "Label" + "fieldname" "quantitylabel" + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "70" + "ypos" "45" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%quantity%" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "0" + "ypos" "58" + "zpos" "5" + "wide" "580" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Remove" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldname" "PriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor_override" "130 120 104 255" + } + } + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "55" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "46 43 42 255" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "HudFontMediumBold" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "25" + "zpos" "1" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "c-300" + "ypos" "60" + "zpos" "5" + "wide" "600" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "EmptyCartLabel" + { + "ControlName" "Label" + "fieldName" "EmptyCartLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "62" + "zpos" "5" + "wide" "600" + "tall" "240" + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "bgcolor_override" "51 47 46 255" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "586" + "wide" "11" + "tall" "240" + "zpos" "1000" + + "Slider" + { + "PaintBackgroundType" "2" + } + + "nobuttons" "1" + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "0 0 0 0" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "HudFontSmall" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "HudFontSmallest" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "HudFontSmallest" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + + "TotalPriceLabel" + { + "ControlName" "Label" + "fieldname" "TotalPriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%totalprice%" + "fgcolor_override" "130 120 104 255" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ContinueShopping" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/mod/resource/ui/globalchat.res b/mod/resource/ui/globalchat.res new file mode 100644 index 0000000..8a92aa3 --- /dev/null +++ b/mod/resource/ui/globalchat.res @@ -0,0 +1,121 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "rs1-347" + "ypos" "10" + "zpos" "1001" + "wide" "188" + "tall" "190" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "QuickplayBorder" + + "log_font_small" "HudFontSmall" + "log_font_medium" "HudFontMediumSmallSecondary" + "log_font_large" "HudFontMediumSecondary" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "190" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + // "ControlName" "richtext" + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "RoundedCorners" "0" + "font" "HudFontSmallest" + + "bgcolor_override" "0 0 0 50" + + "pinCorner" "0" + "autoResize" "1" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanLight" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + // "ControlName" "TextEntry" + "fieldName" "chatentry" + "xpos" "rs1-348" + "ypos" "324" + "zpos" "1" + "wide" "187" + "tall" "16" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "RoundedCorners" "0" + "font" "HudFontSmallest" + "alpha" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + //"autoResize" "1" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "RoundedCorners" "0" + "border" "QuickplayBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + } +} \ No newline at end of file diff --git a/mod/resource/ui/globalexplanations.res b/mod/resource/ui/globalexplanations.res new file mode 100644 index 0000000..6ccb0dd --- /dev/null +++ b/mod/resource/ui/globalexplanations.res @@ -0,0 +1,1223 @@ +"Resource/UI/GlobalExplanations.res" +{ + "ExplanationManager" + { + "fieldName" "ExplanationManager" + "xpos" "0" + "ypos" "0" + "zpos" "10002" + "wide" "f0" + "tall" "f0" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + } + + // Casual Intro + "CasualIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Title" + "explanation_body" "#TF_Casual_Welcome_Section_One_Text" + "next_explanation" "CasualLeveling" + } + + "CasualLeveling" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLeveling" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "100" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r200" + "callout_inparents_y" "c-175" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Rank_Title" + "explanation_body" "#TF_Casual_Explanation_Rank_Body" + "next_explanation" "CasualCriteria" + } + + "CasualCriteria" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualCriteria" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r180" + "callout_inparents_y" "c-100" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Modes_Title" + "explanation_body" "#TF_Casual_Explanation_Modes_Body" + "next_explanation" "CriteriaSaving" + } + + "CriteriaSaving" + { + "ControlName" "CExplanationPopup" + "fieldName" "CriteriaSaving" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "150" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r60" + "callout_inparents_y" "c-135" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_SaveMaps_Title" + "explanation_body" "#TF_Casual_Explanation_SaveMaps_Body" + "next_explanation" "CasualLateJoin" + } + + "CasualLateJoin" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLateJoin" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Section_Three_Title" + "explanation_body" "#TF_Casual_Welcome_Section_Three_Text" + } + + // Casual map selection + "MapSelectionDetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "MapSelectionDetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_MapsDetails_Title" + "explanation_body" "#TF_Casual_Explanation_MapsDetails_Body" + } + + // Competitive + "CompIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "EventPlaceholderIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "EventPlaceholderIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_EventPlaceholder_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "CompVsCasual" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompVsCasual" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionTwo_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionTwo_Text" + "next_explanation" "CompAbandon" + } + + "CompAbandon" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompAbandon" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionThree_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionThree_Text" + "next_explanation" "CompDisconnects" + } + + "CompDisconnects" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompDisconnects" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFour_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFour_Text" + "next_explanation" "CompCustomHUD" + } + + "CompCustomHUD" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompCustomHUD" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFive_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFive_Text" + } + + "WarPaintUse" + { + "ControlName" "CExplanationPopup" + "fieldName" "WarPaintUse" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r100" + "end_y" "200" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c100" + + "res_file_controls" "1" + "explanation_title" "#TF_UsePaintkit_Explanation_Title" + "explanation_body" "#TF_UsePaintkit_Explanation_Body" + } + + "TutorialHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "TutorialHighlight" + "xpos" "c-285" + "ypos" "195" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%highlighttext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_TutorialHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "60" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "TutorialHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "TutorialHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_TutorialHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "tutorial" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "PracticeHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "PracticeHighlight" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_PracticeHighlight_Title" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_PracticeHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "50" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "PracticeHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "PracticeHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_PracticeHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "offlinepractice" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "NewUserForumHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "NewUserForumHighlight" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-112" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-205" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-116" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_NewUserForumHighlight_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_NewUserForumHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "OptionsHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "OptionsHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c238" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c55" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c240" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_OptionsHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_OptionsHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "LoadoutHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "LoadoutHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-190" + "start_y" "267" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-125" + "end_y" "180" + "end_wide" "250" + "end_tall" "220" + "callout_inparents_x" "c-163" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_LoadoutHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_LoadoutHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "StoreHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "StoreHighlightPanel" + "xpos" "c0" + "ypos" "300" + "zpos" "100" + "wide" "250" + "tall" "60" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c20" + "start_y" "285" + "start_wide" "250" + "start_tall" "125" + "end_x" "c20" + "end_y" "285" + "end_wide" "250" + "end_tall" "125" + "callout_inparents_x" "c-40" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_StoreHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "%highlighttext%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "SpecialEvents" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEvents" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r450" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r140" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEvent_Title" + "explanation_body" "#TF_SpecialEvent_Body" + + "next_explanation" "SpecialEventsExpiration" + } + + "SpecialEventsExpiration" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEventsExpiration" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r600" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r270" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEventExpiration_Title" + "explanation_body" "#TF_SpecialEventExpiration_Body" + } +} diff --git a/mod/resource/ui/mainmenuplaylistentry.res b/mod/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..c69e0dd --- /dev/null +++ b/mod/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,218 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "5" + "ypos" "7" + "zpos" "7" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" + } + + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "51" + "wide" "122" + "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "6" + "wide" "250" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallestBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 250" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "MMenuPlayListDesc" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1" + "ypos" "18" + "zpos" "2" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1+1" + "ypos" "19" + "zpos" "1" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "Black" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "0" + "ypos" "0" + "zpos" "49" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "actionsignallevel" "1" + "command" "comp_access_info" + "labeltext" "" + "eatmouseinput" "0" + "button_activation_type" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 140 140 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "233" + "ypos" "2" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "locked_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/mod/resource/ui/matchmakingdashboard.res b/mod/resource/ui/matchmakingdashboard.res new file mode 100644 index 0000000..2f88579 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboard.res @@ -0,0 +1,811 @@ +"Resource/UI/MatchMakingDashboard.res" +{ + "MMDashboard" + { + "fieldName" "MMDashboard" + "visible" "1" + "enabled" "1" + "xpos" "-75" + "ypos" "303" + "zpos" "-2" + "wide" "f0" + "tall" "35" + "keyboardinputenabled" "0" + + "collapsed_height" "0" + "expanded_height" "35" + "resize_time" "0.2" + } + + "TopBar" + { + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "0" + "wide" "p0.5" + "tall" "f6" + "zpos" "0" + "visible" "0" + "enabled" "0" + "rotation" "2" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "100" + + "image" "gradient_pure_black" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-3" + "wide" "700" + "tall" "f5" + "visible" "0" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-2" + "wide" "p1.1" + "tall" "p1" + "visible" "0" + "PaintBackgroundType" "2" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + } + + "ToggleChatButton" + { + "ControlName" "CExImageButton" + "fieldName" "ToggleChatButton" + "xpos" "c220" + "ypos" "0" + "zpos" "-2" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "toggle_chat" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "15" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "glyph_chat" + } + } + + "PartySlot0" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot0" + "xpos" "c244" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "0" + } + + "PartySlot1" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot1" + "xpos" "c268" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "1" + } + + "PartySlot2" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot2" + "xpos" "c292" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "2" + } + + "PartySlot3" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot3" + "xpos" "c316" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "3" + } + + "PartySlot4" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot4" + "xpos" "c340" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "4" + } + + "PartySlot5" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot5" + "xpos" "c364" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "5" + } + + "QueueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QueueContainer" + "xpos" "c100" + "ypos" "-50" + "zpos" "-10" + "wide" "280" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "QueueLogoButton" + { + "ControlName" "Button" + "fieldName" "QueueLogoButton" + "xpos" "0" + "ypos" "1" + "zpos" "10" + "wide" "o1" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "queue_logo_clicked" + "proportionaltoparent" "1" + "actionsignallevel" "3" + "button_activation_type" "1" + + "paintbackground" "0" + "paintborder" "0" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "c-115" + "ypos" "8" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "10" + "velocity" "100" + + "fgcolor_override" "TFOrange" + } + + "QueueText" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "QueueText" + "xpos" "0" + "ypos" "0" + "wide" "0" + "zpos" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "fonts" + { + "0" + { + "font" "HudFontSmallestBold" // TF2 Build 11 + } + "1" + { + "font" "StorePromotionsTitle" // TF2 Build 10 + } + "2" + { + "font" "FontStorePrice" // TF2 Build 9 + } + } + } + + "MultiQueuesManageButton" + { + "ControlName" "CExImageButton" + "fieldName" "MultiQueuesManageButton" + "xpos" "rs1-6" + "ypos" "11" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "manage_queues" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c-100" + "ypos" "0" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "leave_queue" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "117 107 94 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "200 80 60 255" + "image_armedcolor" "155 45 48 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "JoinPartyLobbyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "JoinPartyLobbyContainer" + "xpos" "c180" + "ypos" "-50" + "zpos" "110" + "wide" "220" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f6" + "tall" "f6" + "visible" "1" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "PromptText" + { + "ControlName" "Label" + "fieldName" "PromptText" + "xpos" "cs-0.5" + "ypos" "1" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "#TF_MM_JoinPartyLobby_Prompt" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "rs1-10" + "ypos" "rs1-9" + "wide" "40" + "zpos" "100" + "tall" "15" + + if_queued + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_party_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_JoinPartyLobby_Join" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "SaleGreen" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "QuitButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuitButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "DisconnectButton" + { + "ControlName" "EditablePanel" + "fieldName" "DisconnectButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "#TF_Disconnect" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "ResumeButton" + { + "ControlName" "EditablePanel" + "fieldName" "ResumeButton" + "xpos" "rs1-31" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "resume_game" + "proportionaltoparent" "1" + "labeltext" "#MMenu_ResumeGame" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "1" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "FindAGameButton" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton" + "xpos" "rs1-31-131" + "ypos" "0" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "Command" "find_game" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_view" + "scaleImage" "1" + + } + } + } +} + diff --git a/mod/resource/ui/matchmakingdashboardcasualcriteria.res b/mod/resource/ui/matchmakingdashboardcasualcriteria.res new file mode 100644 index 0000000..7bf13f6 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardcasualcriteria.res @@ -0,0 +1,101 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "CasualCriteria" + { + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "criteria" + { + "ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "-3" + "ypos" "40" + "zpos" "100" + "wide" "f0" + "tall" "f73" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/mod/resource/ui/matchmakingdashboardcomp.res b/mod/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..9f83c40 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,144 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCompetitive" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-21" + "ypos" "20" + "zpos" "100" + "wide" "15" + "tall" "o1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "5" + "ypos" "40" + "zpos" "1000" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "stats" + { + "fieldName" "stats" + "xpos" "-1" + "ypos" "40" + "zpos" "100" + "wide" "305" + "tall" "f80" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/mod/resource/ui/matchmakingdashboardeventmatch.res b/mod/resource/ui/matchmakingdashboardeventmatch.res new file mode 100644 index 0000000..0482659 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardeventmatch.res @@ -0,0 +1,247 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardEventMatch.res" +{ + "EventMatch" + { + "fieldName" "EventMatch" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderSpecialEvent" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ModeTitle" + { + "ControlName" "Label" + "fieldName" "ModeTitle" + "xpos" "8" + "ypos" "43" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "%title%" + "textAlignment" "west" + "font" "HudFontMediumSmallBold" + "fgcolor_override" "Orange" + + "mouseinputenabled" "0" + } + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "-10" + "ypos" "45" + "zpos" "110" + "wide" "o1" + "tall" "70" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "-85" + "ypos" "25" + "zpos" "100" + "wide" "330" + "tall" "92" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_name" "0" + } + + "ModeImageGroup" + { + "ControlName" "EditablePanel" + "fieldName" "ModeImageGroup" + "xpos" "6" + "ypos" "100" + "zpos" "1" + "wide" "250" + "tall" "o0.25" + "visible" "1" + "enabled" "1" + + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/mannup" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "DescScroller" + { + "ControlName" "CExScrollingEditablePanel" + "fieldName" "DescScroller" + "xpos" "cs-0.5" + "ypos" "165" + "zpos" "2" + "wide" "f20" + "tall" "215" + "proportionaltoparent" "1" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-5" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + + "ModeDesc" + { + "ControlName" "Label" + "fieldName" "ModeDesc" + "font" "HudFontSmall" + "fgcolor_override" "TanLight" + "labelText" "%desc%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "300" + "wrap" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "auto_tall_tocontents" "1" + } + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + } +} diff --git a/mod/resource/ui/matchmakingdashboardmvmcriteria.res b/mod/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..13b24e8 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,225 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "420" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "5" + "ypos" "15" + "zpos" "100" + "wide" "410" + "tall" "f50" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "6" + "ypos" "rs1-8" + "zpos" "100" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_Back" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MannUpToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpToolTipButtonHack" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "101" + "wide" "170" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "100" + "wide" "170" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "BootCampToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "BootCampToolTipButtonHack" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "270" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "#TF_MvM_SelectChallenge" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "140" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "" + "proportionaltoparent" "1" + } + + "JoinLateLabel" + { + "ControlName" "Label" + "fieldName" "JoinLateLabel" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "115" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "#TF_Matchmaking_JoinInProgress" + "proportionaltoparent" "1" + } +} diff --git a/mod/resource/ui/matchmakingdashboardplaylist.res b/mod/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..ae0d3de --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,47 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "c0" + "ypos" "c45" + "zpos" "1001" + "wide" "270" + "tall" "136" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "playlist" + { + "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "8" + "ypos" "50" + "zpos" "100" + "wide" "255" + "tall" "150" + "visible" "1" + "proportionaltoparent" "1" + } +} diff --git a/mod/resource/ui/matchmakingdashboardpopup.res b/mod/resource/ui/matchmakingdashboardpopup.res new file mode 100644 index 0000000..304c0e0 --- /dev/null +++ b/mod/resource/ui/matchmakingdashboardpopup.res @@ -0,0 +1,717 @@ +"Resource/UI/MatchMakingDashboardPopup.res" +{ + "MMPopup" + { + "ControlName" "CExpandablePanel" + "fieldName" "MMPopup" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "70" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "70" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "IdleContainer" + { + "fieldName" "IdleContainer" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f10" + "tall" "f5" + "visible" "0" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "ChooseRematchOrRequeueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ChooseRematchOrRequeueContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "RematchButton" + { + "ControlName" "CExButton" + "fieldName" "RematchButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "rematch" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Rematch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RequeueButton" + { + "ControlName" "CExButton" + "fieldName" "RequeueButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "new_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Requeue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "NonLeaderDesc" + { + "ControlName" "Label" + "fieldName" "NonLeaderDesc" + "xpos" "cs-0.5" + "ypos" "rs1-17" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_RequeueNonLeader" + "paintbackground" "1" + } + + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_MatchOver" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "RematchVoteState" + { + "ControlName" "Label" + "fieldName" "RematchVoteState" + "xpos" "cs-0.5" + "ypos" "rs1-27" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "%votes_needed%" + "paintbackground" "1" + } + + } + + "RematchWaitingForOthers" + { + "ControlName" "EditablePanel" + "fieldName" "RematchWaitingForOthers" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Rematch_Waiting" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "SearchingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SearchingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Start" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "LeaveQueueButton" + { + "ControlName" "CExButton" + "fieldName" "LeaveQueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_queue" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_LeaveQueue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "MatchReadyAndWaitingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchReadyAndWaitingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_NewMatchReady" + "proportionaltoparent" "1" + } + + "AutoJoinLabel" + { + "ControlName" "Label" + "fieldName" "AutoJoinLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%auto_join%" + "proportionaltoparent" "1" + } + + "AbandonButton" + { + "ControlName" "CExButton" + "fieldName" "AbandonButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "75" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "abandon_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_Rejoin_Leave" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "RematchStartingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RematchStartingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_RematchStarting" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } +} diff --git a/mod/resource/ui/matchmakingplaylist.res b/mod/resource/ui/matchmakingplaylist.res new file mode 100644 index 0000000..6aab6ff --- /dev/null +++ b/mod/resource/ui/matchmakingplaylist.res @@ -0,0 +1,101 @@ +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "EventEntry" + { + "ControlName" "CEventPlayListEntry" + "fieldName" "EventEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "button_command" "play_event" + } + + "CasualEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CasualEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_casual" + "button_token" "#TF_Casual_Explanation_Intro_Title" + "button_command" "play_casual" + //"desc_token" "#MMenu_PlayList_Casual_Desc" + "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12 + + } + + "CompetitiveEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CompetitiveEntry" + "xpos" "0" + "ypos" "55" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_comp" + "button_token" "#MMenu_PlayComp" + "button_command" "play_competitive" + //"desc_token" "#MMenu_PlayList_Competitive_Desc" + "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6 + + } + + "MvMEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "MvMEntry" + "xpos" "0" + "ypos" "29" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_mvm" + "button_token" "#MMenu_PlayCoop" + "button_command" "play_mvm" + //"desc_token" "#MMenu_PlayList_MvM_Desc" + "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp + + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } +} diff --git a/variants/16x10/info.vdf b/variants/16x10/info.vdf new file mode 100644 index 0000000..aa9771e --- /dev/null +++ b/variants/16x10/info.vdf @@ -0,0 +1,4 @@ +"PotatoHud" +{ + "ui_version" "3" +} \ No newline at end of file diff --git a/variants/16x10/materials/vgui/glyph_casual.vmt b/variants/16x10/materials/vgui/glyph_casual.vmt new file mode 100644 index 0000000..ade94c1 --- /dev/null +++ b/variants/16x10/materials/vgui/glyph_casual.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_casual" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/16x10/materials/vgui/glyph_casual.vtf b/variants/16x10/materials/vgui/glyph_casual.vtf new file mode 100644 index 0000000..fce7e62 Binary files /dev/null and b/variants/16x10/materials/vgui/glyph_casual.vtf differ diff --git a/variants/16x10/materials/vgui/glyph_comp.vmt b/variants/16x10/materials/vgui/glyph_comp.vmt new file mode 100644 index 0000000..b0c37fd --- /dev/null +++ b/variants/16x10/materials/vgui/glyph_comp.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_comp" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/16x10/materials/vgui/glyph_comp.vtf b/variants/16x10/materials/vgui/glyph_comp.vtf new file mode 100644 index 0000000..b2f46a8 Binary files /dev/null and b/variants/16x10/materials/vgui/glyph_comp.vtf differ diff --git a/variants/16x10/materials/vgui/glyph_mvm.vmt b/variants/16x10/materials/vgui/glyph_mvm.vmt new file mode 100644 index 0000000..ac979be --- /dev/null +++ b/variants/16x10/materials/vgui/glyph_mvm.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_mvm" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/16x10/materials/vgui/glyph_mvm.vtf b/variants/16x10/materials/vgui/glyph_mvm.vtf new file mode 100644 index 0000000..e1df164 Binary files /dev/null and b/variants/16x10/materials/vgui/glyph_mvm.vtf differ diff --git a/variants/16x10/resource/GameMenu.res b/variants/16x10/resource/GameMenu.res new file mode 100644 index 0000000..eb6c453 --- /dev/null +++ b/variants/16x10/resource/GameMenu.res @@ -0,0 +1,124 @@ +"GameMenu" [$WIN32] +{ + "ResumeGameButton" + { + "label" "#MMenu_ResumeGame" + "command" "ResumeGame" + "OnlyInGame" "1" + "subimage" "icon_resume" + } + + "QuickplayButton" + { + "label" "#MMenu_PlayList_ServerBrowser_Button" + "command" "OpenServerBrowser" + "subimage" "glyph_server" + "OnlyAtMenu" "1" + } + + "QuickplayChangeButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyInGame" "1" + } + + "ServerBrowserButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyAtMenu" "1" + } + + "ChangeServerButton" + { + "label" "#MMenu_ChangeServer" + "command" "OpenServerBrowser" + "subimage" "glyph_server_browser" + "OnlyInGame" "1" + + } + + "ReplayBrowserButton" + { + "label" "#GameUI_GameMenu_ReplayDemos" + "command" "engine replay_reloadbrowser" + "subimage" "glyph_tv" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + } + "VRModeButton" + { + "label" "#MMenu_VRMode_Activate" + "command" "engine vr_toggle" + "subimage" "glyph_vr" + "OnlyWhenVREnabled" "1" + } + "TrainingButton" + { + "label" "#Gametype_Training" + "command" "offlinepractice" + "subimage" "glyph_practice" + "OnlyAtMenu" "1" + } + + // These buttons get positioned by the MainMenuOverride.res + "GeneralStoreButton" + { + "label" "#MMenu_Shop" + "command" "engine open_store" + "subimage" "glyph_store" + } + + "CharacterSetupButton" + { + "label" "#MMenu_CharacterSetup" + "command" "engine open_charinfo" + "subimage" "glyph_items" + } + + // These buttons are only shown while in-game + // and also are positioned by the .res file + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } + + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_alert" + "tooltip" "#MMenu_ReportPlayer" + + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/MainMenuOverride.res b/variants/16x10/resource/ui/MainMenuOverride.res new file mode 100644 index 0000000..491c2f8 --- /dev/null +++ b/variants/16x10/resource/ui/MainMenuOverride.res @@ -0,0 +1,3352 @@ +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + +// "bgcolor_override" "0 0 0 240" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-285" + "button_y" "120" + "button_y_delta" "5" + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-200" + "wide" "o1.6" + "tall" "f0" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + + if_wider + { + "wide" "f0" + "tall" "o0.628" + } + + if_taller + { + "wide" "o1.6" + "tall" "f0" + } + + if_halloween_0 + { + "image" "../console/title_team_halloween2011_widescreen" + } + if_halloween_1 + { + "image" "../console/title_team_halloween2012_widescreen" + } + if_halloween_2 + { + "image" "../console/title_team_halloween2013_widescreen" + } + if_halloween_3 + { + "image" "../console/title_team_halloween2014_widescreen" + } + if_halloween_4 + { + "image" "../console/title_team_halloween2015_widescreen" + } + if_halloween_5 + { + "image" "../console/title_scream_fortress_2017_widescreen" + } + if_fullmoon + { + "image" "../console/title_fullmoon_widescreen" + } + if_christmas + { + "image" "../console/background_xmas2020_widescreen" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "c-290" + "ypos" "24" + "zpos" "1" + "wide" "256" + "tall" "64" + "visible" "1" + "enabled" "1" + "image" "../logo/new_tf2_logo" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "TFCharacterImage" + { + // "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" + "ypos" "-80" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "MainMenuBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MainMenuBGPanel" + "xpos" "c-290" + "ypos" "92" + "zpos" "-1" + "wide" "260" + "tall" "120" + "visible" "1" + "pinCorner" "0" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + } + + "PlayLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Play" + "textAlignment" "west" + "xpos" "c-278" + "ypos" "93" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "HudFontSmall" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "117 107 94 255" + "wrap" "1" + } + + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallBold" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "auto_wide_tocontents" "1" + } + } + + "CreateServerButton" + { + "ControlName" "EditablePanel" + "fieldname" "CreateServerButton" + "xpos" "c-60" + "ypos" "153" + "zpos" "10" + "wide" "20" + "tall" "20" + "visible" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + + "QuestLogButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogButton" + "xpos" "c228" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "navUp" "Notifications_Panel" + "navLeft" "SettingsButton" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "labelText" "" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "command" "questlog" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "vo/null.mp3" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "paintborder" "0" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "button_quests_pda" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + } + } + } + + "MOTD_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_ShowButtonPanel" + "xpos" "c268" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "navUp" "MOTD_Panel" // pass through when naving up to this or the fully displayed MOTD + "navDown" "Notifications_Panel" // when a sub element can't nav down it will pass through this + "navLeft" "Notifications_Panel" // when a sub element can't nav left it will pass through this + "navRight" "MOTD_Panel" // pass through when naving right to this or the fully displayed MOTD + "navToRelay" "MOTD_ShowButtonPanel_SB" // when naving to this it auto navs to this child instead + + "MOTD_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "actionsignallevel" "2" + "Command" "motd_show" + "navActivate" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-56" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-56" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-51" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "c-265" + "ypos" "c-80" + "zpos" "2" + "wide" "160" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_BrowseTheStore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "startshopping" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "c-285" + "ypos" "c-50" + "zpos" "2" + "wide" "200" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_MarketPlace" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "marketplace" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallest" + "labelText" "" + "textAlignment" "west" + "xpos" "c-45" + "ypos" "c-230" + "zpos" "100" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StoreHome_FreeTrial.res b/variants/16x10/resource/ui/econ/store/v2/StoreHome_FreeTrial.res new file mode 100644 index 0000000..7ac5946 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StoreHome_FreeTrial.res @@ -0,0 +1,282 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_FreeTrial.res" +{ + "Callout" + { + "ControlName" "EditablePanel" + "fieldName" "Callout" + "xpos" "c-300" + "ypos" "193" + "wide" "235" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "131 66 55 255" + "paintbackground" "1" + "paintborder" "0" + "paintbackgroundtype" "2" + + // Cover up top rounded corners + "BodyBgSquare" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBgSquare" + "xpos" "2" + "ypos" "32" + "wide" "231" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + // Bottom rounded corners + "BodyBg" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBg" + "xpos" "2" + "ypos" "40" + "wide" "231" + "tall" "108" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "2" + } + + "HeaderText" + { + "ControlName" "CExLabel" + "fieldName" "HeaderText" + "font" "HudFontSmallestBold" + "labelText" "#Store_FreeTrial_UpgradeCalloutHeader" + "textAlignment" "west" + "xpos" "10" + "ypos" "2" + "wide" "210" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "FreeTrialPoint1Dot" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1Dot" + "labelText" ">" + "font" "HudFontSmallest" + "xpos" "15" + "ypos" "45" + "zpos" "2" + "wide" "5" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint1" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point1" + "textAlignment" "west" + "xpos" "24" + "ypos" "38" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint2Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint2Dot" + "xpos" "15" + "ypos" "61" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint2" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint2" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point2" + "textAlignment" "west" + "xpos" "24" + "ypos" "54" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint3Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint3Dot" + "xpos" "15" + "ypos" "77" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint3" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint3" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point4" + "textAlignment" "west" + "xpos" "24" + "ypos" "70" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint4Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint4Dot" + "xpos" "15" + "ypos" "93" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint4" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint4" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point3" + "textAlignment" "north-west" + "xpos" "24" + "ypos" "89" + "zpos" "2" + "wide" "205" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + + "PlusLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlusLabel" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Plus" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "325" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + + "Plus2Label" + { + "ControlName" "CExLabel" + "fieldName" "Plus2Label" + "font" "HudFontSmallest" + "labelText" "#Store_Promotion_FirstPurchaseGift2" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + } + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-314" + "ypos" "302" + "zpos" "3" + "wide" "58" + "tall" "58" + "visible" "1" + "enabled" "1" + "image" "store/store_starburst" + "scaleImage" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "c-328" + "ypos" "287" + "zpos" "4" + "wide" "85" + "tall" "85" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/all_manncap_large" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/econ/store/v2/StoreHome_Premium.res b/variants/16x10/resource/ui/econ/store/v2/StoreHome_Premium.res new file mode 100644 index 0000000..2e71b64 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StoreHome_Premium.res @@ -0,0 +1,42 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_Premium.res" +{ + "PremiumCallout" + { + "ControlName" "EditablePanel" + "fieldName" "PremiumCallout" + "xpos" "c-323" + "ypos" "c-45" + "zpos" "-1" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + + "MannCoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannCoImage" + "wide" "420" + "tall" "220" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "xpos" "15" + "ypos" "0" + "zpos" "0" + +// if_halloween +// { +// "visible" "1" +// "image" "store/store_halloween_premium_callout" +// } + if_christmas + { + "visible" "1" + "image" "store/store_australian_christmas_callout_sale" + } + } + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StoreItemControls.res b/variants/16x10/resource/ui/econ/store/v2/StoreItemControls.res new file mode 100644 index 0000000..93ec158 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StoreItemControls.res @@ -0,0 +1,65 @@ +"Resource/UI/StoreItemControls.res" +{ + "StoreItemControls" + { + "ControlName" "CStoreItemControlsPanel" + "fieldName" "StoreItemControls" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "AddToCartButton" + { + "ControlName" "CExImageButton" + "fieldName" "AddToCartButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "addtocart" + + "paintbackground" "1" + + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "image_depressedcolor" "255 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "1" + "ypos" "1" + "zpos" "13" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res b/variants/16x10/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res new file mode 100644 index 0000000..0d351e4 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res @@ -0,0 +1,209 @@ +"StoreMapStampsInfoDialog.res" +{ + "MapStampsInfoDialog" + { + "ControlName" "CTFMapStampsInfoDialog" + "fieldName" "MapStampsInfoDialog" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "Panel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-120" + "ypos" "c-150" + "zpos" "0" + "wide" "240" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "220" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "MapsDescLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapsDescLabel" + "font" "HudFontSmallest" + "labelText" "#Store_MapsDesc" + "textAlignment" "north" + "xpos" "20" + "ypos" "29" + "zpos" "5" + "wide" "200" + "tall" "200" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "90" + "ypos" "120" + "zpos" "2" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/world_traveller_large" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c101" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-110" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePage.res b/variants/16x10/resource/ui/econ/store/v2/StorePage.res new file mode 100644 index 0000000..ff58604 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePage.res @@ -0,0 +1,2716 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 255" + "infocus_bgcolor_override" "46 43 42 255" + "outoffocus_bgcolor_override" "46 43 42 255" + + "max_cart_model_panels" "10" + + "item_ypos" "70" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-292" + "item_xdelta" "8" + "item_ydelta" "8" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "1" + "item_backdrop_color" "24 22 20 255" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor_mouseover" "156 146 128 255" + "item_panel_bgcolor_selected" "176 166 148 255" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "111" + "tall" "62" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c-70" + "ypos" "30" + "wide" "90" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "paintbackgroundtype" "2" + "font" "HudFontSmall" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c30" + "ypos" "30" + "zpos" "1" + "wide" "112" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c152" + "ypos" "30" + "zpos" "1" + "wide" "142" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "xpos" "36" + "ypos" "170" + "zpos" "100" + "wide" "200" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + "fgcolor" "243 234 216 255" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c190" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c220" + "ypos" "280" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c270" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%selectionprice%" + "textAlignment" "east" + "xpos" "c20" + "ypos" "8" + "zpos" "5" + "wide" "303" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c-70" + "ypos" "12" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ItemTypeFilterLabel" + "textAlignment" "west" + "xpos" "c30" + "ypos" "12" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_SortByLabel" + "textAlignment" "west" + "xpos" "c152" + "ypos" "12" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ClassFilterLabel" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "12" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "c-300" + "ypos" "30" + "zpos" "1" + "wide" "225" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "255 255 255 180" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "class_icons/filter_all" + "image_armed" "class_icons/filter_all" + "image_selected" "class_icons/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "class_icons/filter_scout" + "image_armed" "class_icons/filter_scout" + "image_selected" "class_icons/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "class_icons/filter_soldier" + "image_armed" "class_icons/filter_soldier" + "image_selected" "class_icons/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "class_icons/filter_pyro" + "image_armed" "class_icons/filter_pyro" + "image_selected" "class_icons/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "class_icons/filter_demo" + "image_armed" "class_icons/filter_demo" + "image_selected" "class_icons/filter_demo_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "class_icons/filter_heavy" + "image_armed" "class_icons/filter_heavy" + "image_selected" "class_icons/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "class_icons/filter_engineer" + "image_armed" "class_icons/filter_engineer" + "image_selected" "class_icons/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "class_icons/filter_medic" + "image_armed" "class_icons/filter_medic" + "image_selected" "class_icons/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "class_icons/filter_sniper" + "image_armed" "class_icons/filter_sniper" + "image_selected" "class_icons/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "class_icons/filter_spy" + "image_armed" "class_icons/filter_spy" + "image_selected" "class_icons/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-300" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-295" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "14" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "c0" + "ypos" "330" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c50" + "ypos" "15" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "115" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePage_Bundles.res b/variants/16x10/resource/ui/econ/store/v2/StorePage_Bundles.res new file mode 100644 index 0000000..d304209 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePage_Bundles.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Bundles.res" +{ +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePage_Items.res b/variants/16x10/resource/ui/econ/store/v2/StorePage_Items.res new file mode 100644 index 0000000..e7cac2f --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePage_Items.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Items.res" +{ +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePage_Maps.res b/variants/16x10/resource/ui/econ/store/v2/StorePage_Maps.res new file mode 100644 index 0000000..abe594c --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePage_Maps.res @@ -0,0 +1,116 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Maps.res" +{ + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + } + } + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "ClassFilterNavPanel" + { + "visible" "0" + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "NameFilterLabel" + { + "visible" "0" + } + + "NameFilterTextEntry" + { + "visible" "0" + } + + "SortFilterLabel" + { + "visible" "0" + } + + "SortFilterComboBox" + { + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_Maps_Title" + "textAlignment" "north-west" + "xpos" "c-292" + "ypos" "20" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_Maps_SubTitle" + "textAlignment" "south-west" + "xpos" "c-292" + "ypos" "30" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "96 90 85 255" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "c175" + "ypos" "20" + "zpos" "5" + "wide" "120" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_LearnMore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "maps_learnmore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePanel.res b/variants/16x10/resource/ui/econ/store/v2/StorePanel.res new file mode 100644 index 0000000..d1fe8fe --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePanel.res @@ -0,0 +1,221 @@ +"Resource/UI/StorePanel.res" +{ + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "120" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "10" + "tabxdelta" "3" + "tabxfittotext" "1" + "tabheight" "34" + "transition_time" "0" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "32" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "tabskv" + { + "textinsetx" "6" + "textAlignment" "center" + "font" "HudFontSmallBold" + "selectedcolor" "200 187 161 255" + "unselectedcolor" "130 120 104 255" + "defaultBgColor_override" "46 43 42 255" + "paintbackground" "0" + "activeborder_override" "OutlinedGreyBox" + "normalborder_override" "OutlinedDullGreyBox" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "c275" + "ypos" "437" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "HudFontSmall" + "labelText" "" + "visible" "0" + } + + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "north-west" + "xpos" "c304" + "ypos" "440" + "zpos" "5" + "wide" "70" + "tall" "100" + "font" "HudFontSmallest" + "wrap" "1" + "labelText" "#Store_ConfirmStampDonationAddTitle" + "visible" "0" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel.res b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel.res new file mode 100644 index 0000000..4d2b9eb --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel.res @@ -0,0 +1,1596 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-140" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c222" + "ypos" "c-120" + "wide" "11" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-150" + "zpos" "0" + "wide" "480" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "220" + "tall" "213" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + // + // All the controls below get laid out off of the item name label's position and the break sizes defined at the top of this file + // + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "118 107 94 255" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontMediumSmallBold" + "textAlignment" "north-west" + "wide" "228" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%price%" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "20" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Tradable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "TradableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%tradable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "GiftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Giftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "GiftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%giftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "NameableLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Nameable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "NameableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%nameable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "CraftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Craftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "CraftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%craftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-132" + "zpos" "1" + "wide" "220" + "tall" "213" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon2" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon2" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon3" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon3" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon4" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon4" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon5" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon5" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-35" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-31" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "gofullscreen" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen" + "scaleImage" "1" + } + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "c-47" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-63" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "options" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-123" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "FontStorePrice" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c-126" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + // Hack - put these two labels off-screen, since we have cycle text to take the place of both of them + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c221" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "closex" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-230" + "ypos" "c105" + "zpos" "2" + "wide" "90" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "c-130" + "ypos" "c105" + "zpos" "2" + "wide" "120" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c25" + "ypos" "c103" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res new file mode 100644 index 0000000..409cf0f --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res @@ -0,0 +1,360 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "221" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-42" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + } + + // This control fades in if the mouse cursor isn't moving around + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + } + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "10" + "zpos" "4" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "10" + "ypos" "10" + "zpos" "4" + "wide" "38" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "38" + "tall" "38" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "38" + "tall" "38" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r24" + "ypos" "10" + "zpos" "4" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen_exit" + "scaleImage" "1" + } + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "r170" + "ypos" "r65" + "zpos" "4" + "wide" "160" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "r170" + "ypos" "r37" + "zpos" "4" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res new file mode 100644 index 0000000..8c328e1 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res @@ -0,0 +1,672 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-140" + "ypos" "c-150" + "zpos" "0" + "wide" "280" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "260" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-110" + "ypos" "c-120" + "zpos" "1" + "wide" "225" + "tall" "200" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "25" + "model_ypos" "17" + "model_wide" "175" + "model_tall" "175" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "3" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%selectiontitle%" + "textAlignment" "center" + "xpos" "c-130" + "ypos" "c-132" + "wide" "260" + "tall" "33" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" //238,227 + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-220" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-40" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "xpos" "100" + "ypos" "172" + "zpos" "20" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExButton" + "fieldName" "ZoomButton" + "xpos" "c-174" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Zoom" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TeamButton" + { + "ControlName" "CExButton" + "fieldName" "TeamButton" + "xpos" "c-106" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Team" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "team_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "132" + "ypos" "168" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "148" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c121" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-130" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c-30" + "ypos" "c105" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "StoreGreen" + } +} diff --git a/variants/16x10/resource/ui/econ/store/v2/StoreViewCartPanel.res b/variants/16x10/resource/ui/econ/store/v2/StoreViewCartPanel.res new file mode 100644 index 0000000..c45ff38 --- /dev/null +++ b/variants/16x10/resource/ui/econ/store/v2/StoreViewCartPanel.res @@ -0,0 +1,482 @@ +"Resource/UI/StoreViewCartPanel.res" +{ + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "580" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "quantitylabel" + { + "ControlName" "Label" + "fieldname" "quantitylabel" + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "70" + "ypos" "45" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%quantity%" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "0" + "ypos" "58" + "zpos" "5" + "wide" "580" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Remove" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldname" "PriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor_override" "130 120 104 255" + } + } + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "55" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "46 43 42 255" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "HudFontMediumBold" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "25" + "zpos" "1" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "c-300" + "ypos" "60" + "zpos" "5" + "wide" "600" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "EmptyCartLabel" + { + "ControlName" "Label" + "fieldName" "EmptyCartLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "62" + "zpos" "5" + "wide" "600" + "tall" "240" + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "bgcolor_override" "51 47 46 255" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "586" + "wide" "11" + "tall" "240" + "zpos" "1000" + + "Slider" + { + "PaintBackgroundType" "2" + } + + "nobuttons" "1" + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "0 0 0 0" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "HudFontSmall" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "HudFontSmallest" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "HudFontSmallest" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + + "TotalPriceLabel" + { + "ControlName" "Label" + "fieldname" "TotalPriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%totalprice%" + "fgcolor_override" "130 120 104 255" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ContinueShopping" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/variants/16x10/resource/ui/globalchat.res b/variants/16x10/resource/ui/globalchat.res new file mode 100644 index 0000000..8a92aa3 --- /dev/null +++ b/variants/16x10/resource/ui/globalchat.res @@ -0,0 +1,121 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "rs1-347" + "ypos" "10" + "zpos" "1001" + "wide" "188" + "tall" "190" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "QuickplayBorder" + + "log_font_small" "HudFontSmall" + "log_font_medium" "HudFontMediumSmallSecondary" + "log_font_large" "HudFontMediumSecondary" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "190" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + // "ControlName" "richtext" + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "RoundedCorners" "0" + "font" "HudFontSmallest" + + "bgcolor_override" "0 0 0 50" + + "pinCorner" "0" + "autoResize" "1" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanLight" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + // "ControlName" "TextEntry" + "fieldName" "chatentry" + "xpos" "rs1-348" + "ypos" "324" + "zpos" "1" + "wide" "187" + "tall" "16" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "RoundedCorners" "0" + "font" "HudFontSmallest" + "alpha" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + //"autoResize" "1" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "RoundedCorners" "0" + "border" "QuickplayBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/globalexplanations.res b/variants/16x10/resource/ui/globalexplanations.res new file mode 100644 index 0000000..6ccb0dd --- /dev/null +++ b/variants/16x10/resource/ui/globalexplanations.res @@ -0,0 +1,1223 @@ +"Resource/UI/GlobalExplanations.res" +{ + "ExplanationManager" + { + "fieldName" "ExplanationManager" + "xpos" "0" + "ypos" "0" + "zpos" "10002" + "wide" "f0" + "tall" "f0" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + } + + // Casual Intro + "CasualIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Title" + "explanation_body" "#TF_Casual_Welcome_Section_One_Text" + "next_explanation" "CasualLeveling" + } + + "CasualLeveling" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLeveling" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "100" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r200" + "callout_inparents_y" "c-175" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Rank_Title" + "explanation_body" "#TF_Casual_Explanation_Rank_Body" + "next_explanation" "CasualCriteria" + } + + "CasualCriteria" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualCriteria" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r180" + "callout_inparents_y" "c-100" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Modes_Title" + "explanation_body" "#TF_Casual_Explanation_Modes_Body" + "next_explanation" "CriteriaSaving" + } + + "CriteriaSaving" + { + "ControlName" "CExplanationPopup" + "fieldName" "CriteriaSaving" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "150" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r60" + "callout_inparents_y" "c-135" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_SaveMaps_Title" + "explanation_body" "#TF_Casual_Explanation_SaveMaps_Body" + "next_explanation" "CasualLateJoin" + } + + "CasualLateJoin" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLateJoin" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Section_Three_Title" + "explanation_body" "#TF_Casual_Welcome_Section_Three_Text" + } + + // Casual map selection + "MapSelectionDetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "MapSelectionDetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_MapsDetails_Title" + "explanation_body" "#TF_Casual_Explanation_MapsDetails_Body" + } + + // Competitive + "CompIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "EventPlaceholderIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "EventPlaceholderIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_EventPlaceholder_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "CompVsCasual" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompVsCasual" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionTwo_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionTwo_Text" + "next_explanation" "CompAbandon" + } + + "CompAbandon" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompAbandon" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionThree_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionThree_Text" + "next_explanation" "CompDisconnects" + } + + "CompDisconnects" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompDisconnects" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFour_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFour_Text" + "next_explanation" "CompCustomHUD" + } + + "CompCustomHUD" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompCustomHUD" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFive_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFive_Text" + } + + "WarPaintUse" + { + "ControlName" "CExplanationPopup" + "fieldName" "WarPaintUse" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r100" + "end_y" "200" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c100" + + "res_file_controls" "1" + "explanation_title" "#TF_UsePaintkit_Explanation_Title" + "explanation_body" "#TF_UsePaintkit_Explanation_Body" + } + + "TutorialHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "TutorialHighlight" + "xpos" "c-285" + "ypos" "195" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%highlighttext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_TutorialHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "60" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "TutorialHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "TutorialHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_TutorialHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "tutorial" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "PracticeHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "PracticeHighlight" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_PracticeHighlight_Title" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_PracticeHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "50" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "PracticeHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "PracticeHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_PracticeHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "offlinepractice" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "NewUserForumHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "NewUserForumHighlight" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-112" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-205" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-116" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_NewUserForumHighlight_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_NewUserForumHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "OptionsHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "OptionsHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c238" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c55" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c240" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_OptionsHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_OptionsHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "LoadoutHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "LoadoutHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-190" + "start_y" "267" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-125" + "end_y" "180" + "end_wide" "250" + "end_tall" "220" + "callout_inparents_x" "c-163" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_LoadoutHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_LoadoutHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "StoreHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "StoreHighlightPanel" + "xpos" "c0" + "ypos" "300" + "zpos" "100" + "wide" "250" + "tall" "60" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c20" + "start_y" "285" + "start_wide" "250" + "start_tall" "125" + "end_x" "c20" + "end_y" "285" + "end_wide" "250" + "end_tall" "125" + "callout_inparents_x" "c-40" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_StoreHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "%highlighttext%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "SpecialEvents" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEvents" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r450" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r140" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEvent_Title" + "explanation_body" "#TF_SpecialEvent_Body" + + "next_explanation" "SpecialEventsExpiration" + } + + "SpecialEventsExpiration" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEventsExpiration" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r600" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r270" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEventExpiration_Title" + "explanation_body" "#TF_SpecialEventExpiration_Body" + } +} diff --git a/variants/16x10/resource/ui/mainmenuplaylistentry.res b/variants/16x10/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..c69e0dd --- /dev/null +++ b/variants/16x10/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,218 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "5" + "ypos" "7" + "zpos" "7" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" + } + + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "51" + "wide" "122" + "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "6" + "wide" "250" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallestBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 250" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "MMenuPlayListDesc" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1" + "ypos" "18" + "zpos" "2" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1+1" + "ypos" "19" + "zpos" "1" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "Black" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "0" + "ypos" "0" + "zpos" "49" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "actionsignallevel" "1" + "command" "comp_access_info" + "labeltext" "" + "eatmouseinput" "0" + "button_activation_type" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 140 140 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "233" + "ypos" "2" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "locked_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/variants/16x10/resource/ui/matchmakingdashboard.res b/variants/16x10/resource/ui/matchmakingdashboard.res new file mode 100644 index 0000000..3949727 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboard.res @@ -0,0 +1,811 @@ +"Resource/UI/MatchMakingDashboard.res" +{ + "MMDashboard" + { + "fieldName" "MMDashboard" + "visible" "1" + "enabled" "1" + "xpos" "-75" + "ypos" "303" + "zpos" "-2" + "wide" "f0" + "tall" "35" + "keyboardinputenabled" "0" + + "collapsed_height" "0" + "expanded_height" "35" + "resize_time" "0.2" + } + + "TopBar" + { + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "0" + "wide" "p0.5" + "tall" "f6" + "zpos" "0" + "visible" "0" + "enabled" "0" + "rotation" "2" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "100" + + "image" "gradient_pure_black" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-3" + "wide" "700" + "tall" "f5" + "visible" "0" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-2" + "wide" "p1.1" + "tall" "p1" + "visible" "0" + "PaintBackgroundType" "2" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + } + + "ToggleChatButton" + { + "ControlName" "CExImageButton" + "fieldName" "ToggleChatButton" + "xpos" "c190" + "ypos" "0" + "zpos" "-2" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "toggle_chat" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "15" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "glyph_chat" + } + } + + "PartySlot0" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot0" + "xpos" "c214" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "0" + } + + "PartySlot1" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot1" + "xpos" "c238" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "1" + } + + "PartySlot2" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot2" + "xpos" "c262" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "2" + } + + "PartySlot3" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot3" + "xpos" "c286" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "3" + } + + "PartySlot4" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot4" + "xpos" "c310" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "4" + } + + "PartySlot5" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot5" + "xpos" "c334" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "5" + } + + "QueueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QueueContainer" + "xpos" "c70" + "ypos" "-50" + "zpos" "-10" + "wide" "280" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "QueueLogoButton" + { + "ControlName" "Button" + "fieldName" "QueueLogoButton" + "xpos" "0" + "ypos" "1" + "zpos" "10" + "wide" "o1" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "queue_logo_clicked" + "proportionaltoparent" "1" + "actionsignallevel" "3" + "button_activation_type" "1" + + "paintbackground" "0" + "paintborder" "0" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "c-115" + "ypos" "8" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "10" + "velocity" "100" + + "fgcolor_override" "TFOrange" + } + + "QueueText" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "QueueText" + "xpos" "0" + "ypos" "0" + "wide" "0" + "zpos" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "fonts" + { + "0" + { + "font" "HudFontSmallestBold" // TF2 Build 11 + } + "1" + { + "font" "StorePromotionsTitle" // TF2 Build 10 + } + "2" + { + "font" "FontStorePrice" // TF2 Build 9 + } + } + } + + "MultiQueuesManageButton" + { + "ControlName" "CExImageButton" + "fieldName" "MultiQueuesManageButton" + "xpos" "rs1-6" + "ypos" "11" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "manage_queues" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c-100" + "ypos" "0" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "leave_queue" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "117 107 94 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "200 80 60 255" + "image_armedcolor" "155 45 48 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "JoinPartyLobbyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "JoinPartyLobbyContainer" + "xpos" "c180" + "ypos" "-50" + "zpos" "110" + "wide" "220" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f6" + "tall" "f6" + "visible" "1" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "PromptText" + { + "ControlName" "Label" + "fieldName" "PromptText" + "xpos" "cs-0.5" + "ypos" "1" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "#TF_MM_JoinPartyLobby_Prompt" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "rs1-10" + "ypos" "rs1-9" + "wide" "40" + "zpos" "100" + "tall" "15" + + if_queued + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_party_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_JoinPartyLobby_Join" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "SaleGreen" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "QuitButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuitButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "DisconnectButton" + { + "ControlName" "EditablePanel" + "fieldName" "DisconnectButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "#TF_Disconnect" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "ResumeButton" + { + "ControlName" "EditablePanel" + "fieldName" "ResumeButton" + "xpos" "rs1-31" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "resume_game" + "proportionaltoparent" "1" + "labeltext" "#MMenu_ResumeGame" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "1" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "FindAGameButton" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton" + "xpos" "rs1-31-131" + "ypos" "0" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "Command" "find_game" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_view" + "scaleImage" "1" + + } + } + } +} + diff --git a/variants/16x10/resource/ui/matchmakingdashboardcasualcriteria.res b/variants/16x10/resource/ui/matchmakingdashboardcasualcriteria.res new file mode 100644 index 0000000..7bf13f6 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardcasualcriteria.res @@ -0,0 +1,101 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "CasualCriteria" + { + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "criteria" + { + "ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "-3" + "ypos" "40" + "zpos" "100" + "wide" "f0" + "tall" "f73" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/variants/16x10/resource/ui/matchmakingdashboardcomp.res b/variants/16x10/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..9f83c40 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,144 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCompetitive" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-21" + "ypos" "20" + "zpos" "100" + "wide" "15" + "tall" "o1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "5" + "ypos" "40" + "zpos" "1000" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "stats" + { + "fieldName" "stats" + "xpos" "-1" + "ypos" "40" + "zpos" "100" + "wide" "305" + "tall" "f80" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/variants/16x10/resource/ui/matchmakingdashboardeventmatch.res b/variants/16x10/resource/ui/matchmakingdashboardeventmatch.res new file mode 100644 index 0000000..0482659 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardeventmatch.res @@ -0,0 +1,247 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardEventMatch.res" +{ + "EventMatch" + { + "fieldName" "EventMatch" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderSpecialEvent" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ModeTitle" + { + "ControlName" "Label" + "fieldName" "ModeTitle" + "xpos" "8" + "ypos" "43" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "%title%" + "textAlignment" "west" + "font" "HudFontMediumSmallBold" + "fgcolor_override" "Orange" + + "mouseinputenabled" "0" + } + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "-10" + "ypos" "45" + "zpos" "110" + "wide" "o1" + "tall" "70" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "-85" + "ypos" "25" + "zpos" "100" + "wide" "330" + "tall" "92" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_name" "0" + } + + "ModeImageGroup" + { + "ControlName" "EditablePanel" + "fieldName" "ModeImageGroup" + "xpos" "6" + "ypos" "100" + "zpos" "1" + "wide" "250" + "tall" "o0.25" + "visible" "1" + "enabled" "1" + + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/mannup" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "DescScroller" + { + "ControlName" "CExScrollingEditablePanel" + "fieldName" "DescScroller" + "xpos" "cs-0.5" + "ypos" "165" + "zpos" "2" + "wide" "f20" + "tall" "215" + "proportionaltoparent" "1" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-5" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + + "ModeDesc" + { + "ControlName" "Label" + "fieldName" "ModeDesc" + "font" "HudFontSmall" + "fgcolor_override" "TanLight" + "labelText" "%desc%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "300" + "wrap" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "auto_tall_tocontents" "1" + } + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + } +} diff --git a/variants/16x10/resource/ui/matchmakingdashboardmvmcriteria.res b/variants/16x10/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..13b24e8 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,225 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "420" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "5" + "ypos" "15" + "zpos" "100" + "wide" "410" + "tall" "f50" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "6" + "ypos" "rs1-8" + "zpos" "100" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_Back" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MannUpToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpToolTipButtonHack" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "101" + "wide" "170" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "100" + "wide" "170" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "BootCampToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "BootCampToolTipButtonHack" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "270" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "#TF_MvM_SelectChallenge" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "140" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "" + "proportionaltoparent" "1" + } + + "JoinLateLabel" + { + "ControlName" "Label" + "fieldName" "JoinLateLabel" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "115" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "#TF_Matchmaking_JoinInProgress" + "proportionaltoparent" "1" + } +} diff --git a/variants/16x10/resource/ui/matchmakingdashboardplaylist.res b/variants/16x10/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..ae0d3de --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,47 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "c0" + "ypos" "c45" + "zpos" "1001" + "wide" "270" + "tall" "136" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "playlist" + { + "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "8" + "ypos" "50" + "zpos" "100" + "wide" "255" + "tall" "150" + "visible" "1" + "proportionaltoparent" "1" + } +} diff --git a/variants/16x10/resource/ui/matchmakingdashboardpopup.res b/variants/16x10/resource/ui/matchmakingdashboardpopup.res new file mode 100644 index 0000000..304c0e0 --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingdashboardpopup.res @@ -0,0 +1,717 @@ +"Resource/UI/MatchMakingDashboardPopup.res" +{ + "MMPopup" + { + "ControlName" "CExpandablePanel" + "fieldName" "MMPopup" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "70" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "70" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "IdleContainer" + { + "fieldName" "IdleContainer" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f10" + "tall" "f5" + "visible" "0" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "ChooseRematchOrRequeueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ChooseRematchOrRequeueContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "RematchButton" + { + "ControlName" "CExButton" + "fieldName" "RematchButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "rematch" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Rematch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RequeueButton" + { + "ControlName" "CExButton" + "fieldName" "RequeueButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "new_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Requeue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "NonLeaderDesc" + { + "ControlName" "Label" + "fieldName" "NonLeaderDesc" + "xpos" "cs-0.5" + "ypos" "rs1-17" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_RequeueNonLeader" + "paintbackground" "1" + } + + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_MatchOver" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "RematchVoteState" + { + "ControlName" "Label" + "fieldName" "RematchVoteState" + "xpos" "cs-0.5" + "ypos" "rs1-27" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "%votes_needed%" + "paintbackground" "1" + } + + } + + "RematchWaitingForOthers" + { + "ControlName" "EditablePanel" + "fieldName" "RematchWaitingForOthers" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Rematch_Waiting" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "SearchingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SearchingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Start" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "LeaveQueueButton" + { + "ControlName" "CExButton" + "fieldName" "LeaveQueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_queue" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_LeaveQueue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "MatchReadyAndWaitingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchReadyAndWaitingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_NewMatchReady" + "proportionaltoparent" "1" + } + + "AutoJoinLabel" + { + "ControlName" "Label" + "fieldName" "AutoJoinLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%auto_join%" + "proportionaltoparent" "1" + } + + "AbandonButton" + { + "ControlName" "CExButton" + "fieldName" "AbandonButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "75" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "abandon_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_Rejoin_Leave" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "RematchStartingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RematchStartingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_RematchStarting" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } +} diff --git a/variants/16x10/resource/ui/matchmakingplaylist.res b/variants/16x10/resource/ui/matchmakingplaylist.res new file mode 100644 index 0000000..6aab6ff --- /dev/null +++ b/variants/16x10/resource/ui/matchmakingplaylist.res @@ -0,0 +1,101 @@ +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "EventEntry" + { + "ControlName" "CEventPlayListEntry" + "fieldName" "EventEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "button_command" "play_event" + } + + "CasualEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CasualEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_casual" + "button_token" "#TF_Casual_Explanation_Intro_Title" + "button_command" "play_casual" + //"desc_token" "#MMenu_PlayList_Casual_Desc" + "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12 + + } + + "CompetitiveEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CompetitiveEntry" + "xpos" "0" + "ypos" "55" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_comp" + "button_token" "#MMenu_PlayComp" + "button_command" "play_competitive" + //"desc_token" "#MMenu_PlayList_Competitive_Desc" + "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6 + + } + + "MvMEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "MvMEntry" + "xpos" "0" + "ypos" "29" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_mvm" + "button_token" "#MMenu_PlayCoop" + "button_command" "play_mvm" + //"desc_token" "#MMenu_PlayList_MvM_Desc" + "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp + + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } +} diff --git a/variants/4x3/info.vdf b/variants/4x3/info.vdf new file mode 100644 index 0000000..aa9771e --- /dev/null +++ b/variants/4x3/info.vdf @@ -0,0 +1,4 @@ +"PotatoHud" +{ + "ui_version" "3" +} \ No newline at end of file diff --git a/variants/4x3/materials/vgui/glyph_casual.vmt b/variants/4x3/materials/vgui/glyph_casual.vmt new file mode 100644 index 0000000..ade94c1 --- /dev/null +++ b/variants/4x3/materials/vgui/glyph_casual.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_casual" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/4x3/materials/vgui/glyph_casual.vtf b/variants/4x3/materials/vgui/glyph_casual.vtf new file mode 100644 index 0000000..fce7e62 Binary files /dev/null and b/variants/4x3/materials/vgui/glyph_casual.vtf differ diff --git a/variants/4x3/materials/vgui/glyph_comp.vmt b/variants/4x3/materials/vgui/glyph_comp.vmt new file mode 100644 index 0000000..b0c37fd --- /dev/null +++ b/variants/4x3/materials/vgui/glyph_comp.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_comp" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/4x3/materials/vgui/glyph_comp.vtf b/variants/4x3/materials/vgui/glyph_comp.vtf new file mode 100644 index 0000000..b2f46a8 Binary files /dev/null and b/variants/4x3/materials/vgui/glyph_comp.vtf differ diff --git a/variants/4x3/materials/vgui/glyph_mvm.vmt b/variants/4x3/materials/vgui/glyph_mvm.vmt new file mode 100644 index 0000000..ac979be --- /dev/null +++ b/variants/4x3/materials/vgui/glyph_mvm.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui/glyph_mvm" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/variants/4x3/materials/vgui/glyph_mvm.vtf b/variants/4x3/materials/vgui/glyph_mvm.vtf new file mode 100644 index 0000000..e1df164 Binary files /dev/null and b/variants/4x3/materials/vgui/glyph_mvm.vtf differ diff --git a/variants/4x3/resource/GameMenu.res b/variants/4x3/resource/GameMenu.res new file mode 100644 index 0000000..eb6c453 --- /dev/null +++ b/variants/4x3/resource/GameMenu.res @@ -0,0 +1,124 @@ +"GameMenu" [$WIN32] +{ + "ResumeGameButton" + { + "label" "#MMenu_ResumeGame" + "command" "ResumeGame" + "OnlyInGame" "1" + "subimage" "icon_resume" + } + + "QuickplayButton" + { + "label" "#MMenu_PlayList_ServerBrowser_Button" + "command" "OpenServerBrowser" + "subimage" "glyph_server" + "OnlyAtMenu" "1" + } + + "QuickplayChangeButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyInGame" "1" + } + + "ServerBrowserButton" + { + "label" "#MMenu_PlayList_CreateServer_Button" + "command" "OpenCreateMultiplayerGameDialog" + "subimage" "glyph_create" + "OnlyAtMenu" "1" + } + + "ChangeServerButton" + { + "label" "#MMenu_ChangeServer" + "command" "OpenServerBrowser" + "subimage" "glyph_server_browser" + "OnlyInGame" "1" + + } + + "ReplayBrowserButton" + { + "label" "#GameUI_GameMenu_ReplayDemos" + "command" "engine replay_reloadbrowser" + "subimage" "glyph_tv" + } + "SteamWorkshopButton" + { + "label" "#MMenu_SteamWorkshop" + "command" "engine OpenSteamWorkshopDialog" + "subimage" "glyph_steamworkshop" + } + "VRModeButton" + { + "label" "#MMenu_VRMode_Activate" + "command" "engine vr_toggle" + "subimage" "glyph_vr" + "OnlyWhenVREnabled" "1" + } + "TrainingButton" + { + "label" "#Gametype_Training" + "command" "offlinepractice" + "subimage" "glyph_practice" + "OnlyAtMenu" "1" + } + + // These buttons get positioned by the MainMenuOverride.res + "GeneralStoreButton" + { + "label" "#MMenu_Shop" + "command" "engine open_store" + "subimage" "glyph_store" + } + + "CharacterSetupButton" + { + "label" "#MMenu_CharacterSetup" + "command" "engine open_charinfo" + "subimage" "glyph_items" + } + + // These buttons are only shown while in-game + // and also are positioned by the .res file + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + + "MutePlayersButton" + { + "label" "" + "command" "OpenPlayerListDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } + + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_alert" + "tooltip" "#MMenu_ReportPlayer" + + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/MainMenuOverride.res b/variants/4x3/resource/ui/MainMenuOverride.res new file mode 100644 index 0000000..491c2f8 --- /dev/null +++ b/variants/4x3/resource/ui/MainMenuOverride.res @@ -0,0 +1,3352 @@ +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + +// "bgcolor_override" "0 0 0 240" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-285" + "button_y" "120" + "button_y_delta" "5" + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-200" + "wide" "o1.6" + "tall" "f0" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + + if_wider + { + "wide" "f0" + "tall" "o0.628" + } + + if_taller + { + "wide" "o1.6" + "tall" "f0" + } + + if_halloween_0 + { + "image" "../console/title_team_halloween2011_widescreen" + } + if_halloween_1 + { + "image" "../console/title_team_halloween2012_widescreen" + } + if_halloween_2 + { + "image" "../console/title_team_halloween2013_widescreen" + } + if_halloween_3 + { + "image" "../console/title_team_halloween2014_widescreen" + } + if_halloween_4 + { + "image" "../console/title_team_halloween2015_widescreen" + } + if_halloween_5 + { + "image" "../console/title_scream_fortress_2017_widescreen" + } + if_fullmoon + { + "image" "../console/title_fullmoon_widescreen" + } + if_christmas + { + "image" "../console/background_xmas2020_widescreen" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "c-290" + "ypos" "24" + "zpos" "1" + "wide" "256" + "tall" "64" + "visible" "1" + "enabled" "1" + "image" "../logo/new_tf2_logo" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "TFCharacterImage" + { + // "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" + "ypos" "-80" + "zpos" "-99" + "wide" "600" + "tall" "600" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "MainMenuBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MainMenuBGPanel" + "xpos" "c-290" + "ypos" "92" + "zpos" "-1" + "wide" "260" + "tall" "120" + "visible" "1" + "pinCorner" "0" + "autoResize" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + } + + "PlayLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Play" + "textAlignment" "west" + "xpos" "c-278" + "ypos" "93" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "HudFontSmall" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "117 107 94 255" + "wrap" "1" + } + + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallBold" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "auto_wide_tocontents" "1" + } + } + + "CreateServerButton" + { + "ControlName" "EditablePanel" + "fieldname" "CreateServerButton" + "xpos" "c-60" + "ypos" "153" + "zpos" "10" + "wide" "20" + "tall" "20" + "visible" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "textinsetx" "100" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + } + + "QuestLogButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogButton" + "xpos" "c228" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + + "navUp" "Notifications_Panel" + "navLeft" "SettingsButton" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "labelText" "" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "command" "questlog" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "vo/null.mp3" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "paintborder" "0" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "button_quests_pda" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + } + } + } + + "MOTD_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MOTD_ShowButtonPanel" + "xpos" "c268" + "ypos" "28" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "navUp" "MOTD_Panel" // pass through when naving up to this or the fully displayed MOTD + "navDown" "Notifications_Panel" // when a sub element can't nav down it will pass through this + "navLeft" "Notifications_Panel" // when a sub element can't nav left it will pass through this + "navRight" "MOTD_Panel" // pass through when naving right to this or the fully displayed MOTD + "navToRelay" "MOTD_ShowButtonPanel_SB" // when naving to this it auto navs to this child instead + + "MOTD_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "MOTD_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "32" + "tall" "32" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "actionsignallevel" "2" + "Command" "motd_show" + "navActivate" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-56" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-56" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-51" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "c-265" + "ypos" "c-80" + "zpos" "2" + "wide" "160" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_BrowseTheStore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "startshopping" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "c-285" + "ypos" "c-50" + "zpos" "2" + "wide" "200" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_MarketPlace" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "marketplace" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallest" + "labelText" "" + "textAlignment" "west" + "xpos" "c-45" + "ypos" "c-230" + "zpos" "100" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StoreHome_FreeTrial.res b/variants/4x3/resource/ui/econ/store/v2/StoreHome_FreeTrial.res new file mode 100644 index 0000000..7ac5946 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StoreHome_FreeTrial.res @@ -0,0 +1,282 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_FreeTrial.res" +{ + "Callout" + { + "ControlName" "EditablePanel" + "fieldName" "Callout" + "xpos" "c-300" + "ypos" "193" + "wide" "235" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "131 66 55 255" + "paintbackground" "1" + "paintborder" "0" + "paintbackgroundtype" "2" + + // Cover up top rounded corners + "BodyBgSquare" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBgSquare" + "xpos" "2" + "ypos" "32" + "wide" "231" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "0" + } + + // Bottom rounded corners + "BodyBg" + { + "ControlName" "EditablePanel" + "fieldName" "BodyBg" + "xpos" "2" + "ypos" "40" + "wide" "231" + "tall" "108" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "34 30 31 255" + "paintbackground" "1" + "paintbackgroundtype" "2" + } + + "HeaderText" + { + "ControlName" "CExLabel" + "fieldName" "HeaderText" + "font" "HudFontSmallestBold" + "labelText" "#Store_FreeTrial_UpgradeCalloutHeader" + "textAlignment" "west" + "xpos" "10" + "ypos" "2" + "wide" "210" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "FreeTrialPoint1Dot" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1Dot" + "labelText" ">" + "font" "HudFontSmallest" + "xpos" "15" + "ypos" "45" + "zpos" "2" + "wide" "5" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint1" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint1" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point1" + "textAlignment" "west" + "xpos" "24" + "ypos" "38" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint2Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint2Dot" + "xpos" "15" + "ypos" "61" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint2" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint2" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point2" + "textAlignment" "west" + "xpos" "24" + "ypos" "54" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint3Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint3Dot" + "xpos" "15" + "ypos" "77" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint3" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint3" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point4" + "textAlignment" "west" + "xpos" "24" + "ypos" "70" + "zpos" "2" + "wide" "205" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + "FreeTrialPoint4Dot" + { + "ControlName" "CExLabel" + "labelText" ">" + "font" "HudFontSmallest" + "fieldName" "FreeTrialPoint4Dot" + "xpos" "15" + "ypos" "93" + "zpos" "2" + "wide" "3" + "tall" "5" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + "FreeTrialPoint4" + { + "ControlName" "CExLabel" + "fieldName" "FreeTrialPoint4" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Point3" + "textAlignment" "north-west" + "xpos" "24" + "ypos" "89" + "zpos" "2" + "wide" "205" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + + "PlusLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlusLabel" + "font" "HudFontSmallest" + "labelText" "#Store_FreeTrial_Plus" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "325" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "178 82 22 255" + } + + "Plus2Label" + { + "ControlName" "CExLabel" + "fieldName" "Plus2Label" + "font" "HudFontSmallest" + "labelText" "#Store_Promotion_FirstPurchaseGift2" + "textAlignment" "north-west" + "xpos" "55" + "ypos" "115" + "zpos" "2" + "wide" "200" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "180 168 145 255" + } + } + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-314" + "ypos" "302" + "zpos" "3" + "wide" "58" + "tall" "58" + "visible" "1" + "enabled" "1" + "image" "store/store_starburst" + "scaleImage" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "c-328" + "ypos" "287" + "zpos" "4" + "wide" "85" + "tall" "85" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/all_manncap_large" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/econ/store/v2/StoreHome_Premium.res b/variants/4x3/resource/ui/econ/store/v2/StoreHome_Premium.res new file mode 100644 index 0000000..2e71b64 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StoreHome_Premium.res @@ -0,0 +1,42 @@ +#base "StoreHome_Base.res" + +"Resource/UI/StoreHome_Premium.res" +{ + "PremiumCallout" + { + "ControlName" "EditablePanel" + "fieldName" "PremiumCallout" + "xpos" "c-323" + "ypos" "c-45" + "zpos" "-1" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + + "MannCoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannCoImage" + "wide" "420" + "tall" "220" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "xpos" "15" + "ypos" "0" + "zpos" "0" + +// if_halloween +// { +// "visible" "1" +// "image" "store/store_halloween_premium_callout" +// } + if_christmas + { + "visible" "1" + "image" "store/store_australian_christmas_callout_sale" + } + } + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StoreItemControls.res b/variants/4x3/resource/ui/econ/store/v2/StoreItemControls.res new file mode 100644 index 0000000..93ec158 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StoreItemControls.res @@ -0,0 +1,65 @@ +"Resource/UI/StoreItemControls.res" +{ + "StoreItemControls" + { + "ControlName" "CStoreItemControlsPanel" + "fieldName" "StoreItemControls" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "AddToCartButton" + { + "ControlName" "CExImageButton" + "fieldName" "AddToCartButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "addtocart" + + "paintbackground" "1" + + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "image_depressedcolor" "255 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "1" + "ypos" "1" + "zpos" "13" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res b/variants/4x3/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res new file mode 100644 index 0000000..0d351e4 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res @@ -0,0 +1,209 @@ +"StoreMapStampsInfoDialog.res" +{ + "MapStampsInfoDialog" + { + "ControlName" "CTFMapStampsInfoDialog" + "fieldName" "MapStampsInfoDialog" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "Panel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-120" + "ypos" "c-150" + "zpos" "0" + "wide" "240" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "220" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "235" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "MapsDescLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapsDescLabel" + "font" "HudFontSmallest" + "labelText" "#Store_MapsDesc" + "textAlignment" "north" + "xpos" "20" + "ypos" "29" + "zpos" "5" + "wide" "200" + "tall" "200" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PromotionImage_Hat" + { + "ControlName" "ImagePanel" + "fieldName" "PromotionImage_Hat" + "xpos" "90" + "ypos" "120" + "zpos" "2" + "wide" "150" + "tall" "150" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/all_class/world_traveller_large" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c101" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-110" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePage.res b/variants/4x3/resource/ui/econ/store/v2/StorePage.res new file mode 100644 index 0000000..ff58604 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePage.res @@ -0,0 +1,2716 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 255" + "infocus_bgcolor_override" "46 43 42 255" + "outoffocus_bgcolor_override" "46 43 42 255" + + "max_cart_model_panels" "10" + + "item_ypos" "70" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-292" + "item_xdelta" "8" + "item_ydelta" "8" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "1" + "item_backdrop_color" "24 22 20 255" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor_mouseover" "156 146 128 255" + "item_panel_bgcolor_selected" "176 166 148 255" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "111" + "tall" "62" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c-70" + "ypos" "30" + "wide" "90" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "paintbackgroundtype" "2" + "font" "HudFontSmall" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c30" + "ypos" "30" + "zpos" "1" + "wide" "112" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c152" + "ypos" "30" + "zpos" "1" + "wide" "142" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "117 107 94 255" + "bgcolor_override" "251 235 202 255" + "disabledFgColor_override" "117 107 94 255" + "disabledBgColor_override" "251 235 202 255" + "selectionColor_override" "251 235 202 255" + "selectionTextColor_override" "117 107 94 255" + "defaultSelectionBG2Color_override" "251 235 202 255" + + "Button" + { + "defaultFgColor_override" "118 107 94 255" + "defaultBgColor_override" "251 235 202 255" + "armedFgColor_override" "138 127 114 255" + "armedBgColor_override" "251 235 202 255" + "paintbackgroundtype" "2" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "xpos" "36" + "ypos" "170" + "zpos" "100" + "wide" "200" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + "fgcolor" "243 234 216 255" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c190" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c220" + "ypos" "280" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c270" + "ypos" "280" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%selectionprice%" + "textAlignment" "east" + "xpos" "c20" + "ypos" "8" + "zpos" "5" + "wide" "303" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c-70" + "ypos" "12" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ItemTypeFilterLabel" + "textAlignment" "west" + "xpos" "c30" + "ypos" "12" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_SortByLabel" + "textAlignment" "west" + "xpos" "c152" + "ypos" "12" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ClassFilterLabel" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "12" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "StoreDarkTan" + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "c-300" + "ypos" "30" + "zpos" "1" + "wide" "225" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "255 255 255 180" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "class_icons/filter_all" + "image_armed" "class_icons/filter_all" + "image_selected" "class_icons/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "class_icons/filter_scout" + "image_armed" "class_icons/filter_scout" + "image_selected" "class_icons/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "class_icons/filter_soldier" + "image_armed" "class_icons/filter_soldier" + "image_selected" "class_icons/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "class_icons/filter_pyro" + "image_armed" "class_icons/filter_pyro" + "image_selected" "class_icons/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "class_icons/filter_demo" + "image_armed" "class_icons/filter_demo" + "image_selected" "class_icons/filter_demo_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "class_icons/filter_heavy" + "image_armed" "class_icons/filter_heavy" + "image_selected" "class_icons/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "class_icons/filter_engineer" + "image_armed" "class_icons/filter_engineer" + "image_selected" "class_icons/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "class_icons/filter_medic" + "image_armed" "class_icons/filter_medic" + "image_selected" "class_icons/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "class_icons/filter_sniper" + "image_armed" "class_icons/filter_sniper" + "image_selected" "class_icons/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "class_icons/filter_spy" + "image_armed" "class_icons/filter_spy" + "image_selected" "class_icons/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "315" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-300" + "ypos" "334" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-295" + "ypos" "336" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "14" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "c0" + "ypos" "330" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c50" + "ypos" "15" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "115" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePage_Bundles.res b/variants/4x3/resource/ui/econ/store/v2/StorePage_Bundles.res new file mode 100644 index 0000000..d304209 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePage_Bundles.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Bundles.res" +{ +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePage_Items.res b/variants/4x3/resource/ui/econ/store/v2/StorePage_Items.res new file mode 100644 index 0000000..e7cac2f --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePage_Items.res @@ -0,0 +1,5 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Items.res" +{ +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePage_Maps.res b/variants/4x3/resource/ui/econ/store/v2/StorePage_Maps.res new file mode 100644 index 0000000..abe594c --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePage_Maps.res @@ -0,0 +1,116 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Maps.res" +{ + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + } + } + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "ClassFilterNavPanel" + { + "visible" "0" + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "NameFilterLabel" + { + "visible" "0" + } + + "NameFilterTextEntry" + { + "visible" "0" + } + + "SortFilterLabel" + { + "visible" "0" + } + + "SortFilterComboBox" + { + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_Maps_Title" + "textAlignment" "north-west" + "xpos" "c-292" + "ypos" "20" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_Maps_SubTitle" + "textAlignment" "south-west" + "xpos" "c-292" + "ypos" "30" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "96 90 85 255" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "c175" + "ypos" "20" + "zpos" "5" + "wide" "120" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_LearnMore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "maps_learnmore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePanel.res b/variants/4x3/resource/ui/econ/store/v2/StorePanel.res new file mode 100644 index 0000000..d1fe8fe --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePanel.res @@ -0,0 +1,221 @@ +"Resource/UI/StorePanel.res" +{ + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "120" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "10" + "tabxdelta" "3" + "tabxfittotext" "1" + "tabheight" "34" + "transition_time" "0" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "32" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "tabskv" + { + "textinsetx" "6" + "textAlignment" "center" + "font" "HudFontSmallBold" + "selectedcolor" "200 187 161 255" + "unselectedcolor" "130 120 104 255" + "defaultBgColor_override" "46 43 42 255" + "paintbackground" "0" + "activeborder_override" "OutlinedGreyBox" + "normalborder_override" "OutlinedDullGreyBox" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "c275" + "ypos" "437" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "HudFontSmall" + "labelText" "" + "visible" "0" + } + + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "north-west" + "xpos" "c304" + "ypos" "440" + "zpos" "5" + "wide" "70" + "tall" "100" + "font" "HudFontSmallest" + "wrap" "1" + "labelText" "#Store_ConfirmStampDonationAddTitle" + "visible" "0" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel.res b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel.res new file mode 100644 index 0000000..4d2b9eb --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel.res @@ -0,0 +1,1596 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + + "small_vertical_break_size" "0" + "medium_vertical_break_size" "6" + "big_vertical_break_size" "7" + "horizontal_break_size" "3" + "paint_style_buttons_y" "c-140" + + "control_button_width" "70" + "control_button_height" "15" + "control_button_y" "c-140" + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "c222" + "ypos" "c-120" + "wide" "11" + "tall" "200" + "zpos" "1000" + "visible" "1" + "nobuttons" "1" + + "Slider" + { + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-240" + "ypos" "c-150" + "zpos" "0" + "wide" "480" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "220" + "tall" "213" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "474" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%itemname%" + "textAlignment" "west" + "xpos" "240" + "ypos" "17" + "wide" "230" + "tall" "15" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + // Scrollable editable panel for right-hand side of preview, for all text details + "DetailsView" + { + "ControlName" "EditablePanel" + "fieldName" "DetailsView" + "xpos" "240" + "ypos" "30" + "zpos" "100" + "wide" "230" + "tall" "201" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + "ScrollableChild" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableChild" + "xpos" "240" + "ypos" "0" + "zpos" "100" + "wide" "230" + "tall" "222" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 0" + "skip_autoresize" "1" + "autoresize" "0" + + // + // All the controls below get laid out off of the item name label's position and the break sizes defined at the top of this file + // + "ItemLevelInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLevelInfoLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%item_level_info%" + "textAlignment" "north-west" + "wide" "228" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "118 107 94 255" + } + + "RestrictionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Restrictions" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "RestrictionsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "RestrictionsTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_HolidayRestrictionText" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "200 80 60 255" + } + + "UsedByLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_UsedBy" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "UsedByTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "UsedByTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%used_by_classes%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "SlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Slot" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "SlotTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "SlotTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%slot%" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontMediumSmallBold" + "textAlignment" "north-west" + "wide" "228" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%price%" + } + + "ArmoryTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArmoryTextLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labeltext" "%armory_text%" + } + + "AttributesLabel" + { + "ControlName" "CExLabel" + "fieldName" "AttributesLabel" + "font" "FontStoreOriginalPrice" + "textAlignment" "north-west" + "wide" "228" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ItemWikiPageButton" + { + "ControlName" "CExButton" + "fieldName" "ItemWikiPageButton" + "zpos" "20" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ItemDesc_ItemWikiPage" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "viewwikipage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TradableLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Tradable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "TradableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TradableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%tradable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "GiftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Giftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "GiftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "GiftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%giftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "NameableLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Nameable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "NameableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%nameable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "CraftableLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_ItemDesc_Craftable" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "173 165 146 255" + } + + "CraftableTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CraftableTextLabel" + "font" "FontStoreOriginalPrice" + "labelText" "%craftable%" + "textAlignment" "north-west" + "wide" "205" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + } + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-132" + "zpos" "1" + "wide" "220" + "tall" "213" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "10" + "model_ypos" "10" + "model_wide" "200" + "model_tall" "200" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemIcon1" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon1" + + "xpos" "c-215" + "ypos" "c56" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon2" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon2" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon3" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon3" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon4" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon4" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + "ItemIcon5" + { + "ControlName" "CStorePreviewItemIcon" + "fieldName" "ItemIcon5" + + "xpos" "20" + "ypos" "225" + "zpos" "13" + "wide" "30" + "tall" "20" + "visible" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "0" + "PaintBackgroundType" "2" + + "bgblockout" + { + "ControlName" "EditablePanel" + "fieldName" "bgblockout" + "xpos" "2" + "ypos" "2" + "zpos" "-10" + "wide" "26" + "tall" "16" + "visible" "1" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "51 47 46 255" + } + + "itempanel" + { + "fieldName" "itempanel" + + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "1" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "16" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" + "ypos" "c58" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-224" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-35" + "ypos" "190" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + "button_activation_type" "0" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "GoFullscreenButton" + { + "ControlName" "CExImageButton" + "fieldName" "GoFullscreenButton" + "xpos" "c-31" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "gofullscreen" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen" + "scaleImage" "1" + } + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "c-47" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "128 117 104 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c-63" + "ypos" "c-123" + "zpos" "20" + "wide" "11" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "options" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "11" + "tall" "11" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "c-220" + "ypos" "c-123" + "zpos" "2" + "wide" "19" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CycleTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTextLabel" + "font" "FontStorePrice" + "labelText" "" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "c-126" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + // Hack - put these two labels off-screen, since we have cycle text to take the place of both of them + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "c-186" + "ypos" "-1000" + "wide" "138" + "tall" "28" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "-1000" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + //--- + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c221" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "closex" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-230" + "ypos" "c105" + "zpos" "2" + "wide" "90" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "c-130" + "ypos" "c105" + "zpos" "2" + "wide" "120" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c25" + "ypos" "c103" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res new file mode 100644 index 0000000..409cf0f --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Fullscreen.res @@ -0,0 +1,360 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "FullscreenStorePreview" + { + "ControlName" "CMouseMessageForwardingPanel" + "fieldName" "FullscreenStorePreview" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + + "fullscreen_fade_to_black_duration" "0.32" + "fullscreen_modelpanel_origin_x" "221" + "fullscreen_modelpanel_origin_y" "0" + "fullscreen_modelpanel_origin_z" "-42" + "ui_fadeout_time" "3.0" + "ui_fadeout_duration" "2.0" + } + + // This control fades in if the mouse cursor isn't moving around + "OverlayPanel" + { + "ControlName" "EditablePanel" + "fieldName" "OverlayPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 255" + } + + "RotateLeftButton" + { + "ControlName" "CExButton" + "fieldName" "RotateLeftButton" + "xpos" "c-200" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "RotateRightButton" + { + "ControlName" "CExButton" + "fieldName" "RotateRightButton" + "xpos" "c180" + "ypos" "c-10" + "zpos" "4" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontBiggerBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "0" + "defaultFgColor_override" "118 107 94 255" + "armedFgColor_override" "128 117 104 255" + "depressedFgColor_override" "236 227 203 255" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExImageButton" + "fieldName" "ZoomButton" + "xpos" "r45" + "ypos" "10" + "zpos" "4" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "zoom_toggle" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_zoom" + "scaleImage" "1" + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "10" + "ypos" "10" + "zpos" "4" + "wide" "38" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "1" + "align" "west" + + "ButtonSettings" + { + "wide" "38" + "tall" "38" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "38" + "tall" "38" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r24" + "ypos" "10" + "zpos" "4" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" // Intentionally using "closex" instead of "close" for stats + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 200" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "store/store_fullscreen_exit" + "scaleImage" "1" + } + } + + "TryItOutButton" + { + "ControlName" "CExButton" + "fieldName" "TryItOutButton" + "xpos" "r170" + "ypos" "r65" + "zpos" "4" + "wide" "160" + "tall" "22" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_TryItOut" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "tryitout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "r170" + "ypos" "r37" + "zpos" "4" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "76 107 34 255" + "ArmedBgColor_override" "86 117 44 255" + "depressedBgColor_override" "66 97 24 255" + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res new file mode 100644 index 0000000..8c328e1 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res @@ -0,0 +1,672 @@ +"Resource/UI/StorePreviewItemPanel.res" +{ + "storepreviewitem" + { + "ControlName" "CStorePreviewItemPanel" + "fieldName" "storepreviewitem" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + } + + // Fullscreen background panel + "BgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BgPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 128" + } + + // Rounded dialog border + "DialogFrame" + { + "ControlName" "EditablePanel" + "fieldName" "DialogFrame" + "xpos" "c-140" + "ypos" "c-150" + "zpos" "0" + "wide" "280" + "tall" "300" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "border" "TFFatLineBorderOpaque" + "PaintBorder" "1" + + // Background for the player model & item preview panels + "PreviewViewportBg" + { + "ControlName" "EditablePanel" + "fieldName" "PreviewViewportBg" + "xpos" "10" + "ypos" "22" + "zpos" "1" + "wide" "260" + "tall" "209" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "StoreInnerShadowBorder" + } + + // 90-degree corners on the top part of the footer + "FooterTopPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FooterTopPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "10" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + + // Rounded corners on the bottom of the footer + "FootBottomPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FootBottomPanel" + "xpos" "3" + "ypos" "240" + "zpos" "1" + "wide" "275" + "tall" "58" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "PaintBackgroundType" "2" + "paintbackground" "1" + "bgcolor_override" "50 46 41 255" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "c-230" + "ypos" "c-140" + "zpos" "1" + "wide" "220" + "tall" "220" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "40" + "allow_rot" "0" + + "paintbackground" "1" + "paintbackgroundenabled" "1" + "bgcolor_override" "255 255 255 0" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-36" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + "animation" + { + "name" "PRIMARY" + "activity" "ACT_MP_STAND_PRIMARY" + "default" "1" + } + "animation" + { + "name" "SECONDARY" + "activity" "ACT_MP_STAND_SECONDARY" + } + "animation" + { + "name" "MELEE" + "activity" "ACT_MP_STAND_MELEE" + } + "animation" + { + "name" "BUILDING" + "activity" "ACT_MP_STAND_BUILDING" + } + "animation" + { + "name" "PDA" + "activity" "ACT_MP_STAND_PDA" + } + "animation" + { + "name" "ITEM1" + "activity" "ACT_MP_STAND_ITEM1" + } + "animation" + { + "name" "ITEM2" + "activity" "ACT_MP_STAND_ITEM2" + } + "animation" + { + "name" "MELEE_ALLCLASS" + "activity" "ACT_MP_STAND_MELEE_ALLCLASS" + } + "animation" + { + "name" "PRIMARY2" + "activity" "ACT_MP_STAND_PRIMARY" + } + "animation" + { + "name" "SECONDARY2" + "activity" "ACT_MP_STAND_SECONDARY2" + } + } + } + + "PreviewItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "PreviewItemModelPanel" + "xpos" "c-110" + "ypos" "c-120" + "zpos" "1" + "wide" "225" + "tall" "200" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + + "model_xpos" "25" + "model_ypos" "17" + "model_wide" "175" + "model_tall" "175" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "3" + "allow_rot" "0" + "force_square_image" "1" + } + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "HudFontSmallBold" + "labelText" "%selectiontitle%" + "textAlignment" "center" + "xpos" "c-130" + "ypos" "c-132" + "wide" "260" + "tall" "33" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "ClassUsageImage1" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage1" + "xpos" "65" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage2" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage2" + "xpos" "85" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage3" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage3" + "xpos" "105" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage4" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage4" + "xpos" "125" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage5" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage5" + "xpos" "145" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + "ClassUsageImage6" + { + "ControlName" "CStorePreviewClassIcon" + "fieldName" "ClassUsageImage6" + "xpos" "165" + "ypos" "225" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "panel_bgcolor" "117 107 94 255" + "panel_bgcolor_mouseover" "255 255 255 255" + "image_indent" "2" + "PaintBackgroundType" "2" + } + + "IconsMoveLeftButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveLeftButton" + "xpos" "c-210" + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_left" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "IconsMoveRightButton" + { + "ControlName" "CExButton" + "fieldName" "IconsMoveRightButton" + "xpos" "c-45" //238,227 + "ypos" "c53" + "zpos" "20" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "icons_right" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ClassUsageMouseoverLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassUsageMouseoverLabel" + "font" "HudFontSmallest" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "c75" + "zpos" "100" + "wide" "230" + "tall" "55" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + } + + "RotLeftButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotLeftButton" + "xpos" "c-220" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "-1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RotRightButton" + { + "ControlName" "CPreviewRotButton" + "fieldName" "RotRightButton" + "xpos" "c-40" + "ypos" "260" + "zpos" "20" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "NextWeaponButton" + { + "ControlName" "CExButton" + "fieldName" "NextWeaponButton" + "xpos" "100" + "ypos" "172" + "zpos" "20" + "wide" "95" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_NextWeapon" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "next_weapon" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ZoomButton" + { + "ControlName" "CExButton" + "fieldName" "ZoomButton" + "xpos" "c-174" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Zoom" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "zoom_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TeamButton" + { + "ControlName" "CExButton" + "fieldName" "TeamButton" + "xpos" "c-106" + "ypos" "263" + "zpos" "20" + "wide" "50" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Team" + "font" "HudFontSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "team_toggle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PaintNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintNameLabel" + "font" "FontStorePrice" + "labelText" "#Store_NoPaint" + "textAlignment" "left" + "xpos" "132" + "ypos" "168" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "StyleNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "StyleNameLabel" + "font" "FontStorePrice" + "labelText" "None" + "textAlignment" "left" + "xpos" "132" + "ypos" "148" + "wide" "110" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c121" + "ypos" "c-144" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "image_drawcolor" "118 107 94 255" + "image_armedcolor" "246 247 213 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-130" + "ypos" "c108" + "zpos" "2" + "wide" "80" + "tall" "22" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "White" + } + + "AddToCartButton" + { + "ControlName" "CExButton" + "fieldName" "AddToCartButton" + "xpos" "c-30" + "ypos" "c105" + "zpos" "2" + "wide" "160" + "tall" "27" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_AddToCart" + "font" "HudFontSmallishBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "addtocart" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor" "34 30 31 255" + "defaultBgColor_override" "StoreGreen" + } +} diff --git a/variants/4x3/resource/ui/econ/store/v2/StoreViewCartPanel.res b/variants/4x3/resource/ui/econ/store/v2/StoreViewCartPanel.res new file mode 100644 index 0000000..c45ff38 --- /dev/null +++ b/variants/4x3/resource/ui/econ/store/v2/StoreViewCartPanel.res @@ -0,0 +1,482 @@ +"Resource/UI/StoreViewCartPanel.res" +{ + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "HudFontMediumBold" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "580" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "quantitylabel" + { + "ControlName" "Label" + "fieldname" "quantitylabel" + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "70" + "ypos" "45" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%quantity%" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "0" + "ypos" "58" + "zpos" "5" + "wide" "580" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Remove" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldname" "PriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor_override" "130 120 104 255" + } + } + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "55" + "visible" "1" + "enabled" "1" + "image" "loadout_header" + "tileImage" "1" + } + "BackgroundFooter" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "loadout_bottom_gradient" + "tileImage" "1" + } + "FooterLine" + { + "ControlName" "ImagePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "46 43 42 255" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "HudFontMediumBold" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "25" + "zpos" "1" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "c-300" + "ypos" "60" + "zpos" "5" + "wide" "600" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "EmptyCartLabel" + { + "ControlName" "Label" + "fieldName" "EmptyCartLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "62" + "zpos" "5" + "wide" "600" + "tall" "240" + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "bgcolor_override" "51 47 46 255" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "586" + "wide" "11" + "tall" "240" + "zpos" "1000" + + "Slider" + { + "PaintBackgroundType" "2" + } + + "nobuttons" "1" + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "0 0 0 0" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "HudFontSmall" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "HudFontSmallest" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "HudFontSmallest" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + + "TotalPriceLabel" + { + "ControlName" "Label" + "fieldname" "TotalPriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%totalprice%" + "fgcolor_override" "130 120 104 255" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ContinueShopping" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/variants/4x3/resource/ui/globalchat.res b/variants/4x3/resource/ui/globalchat.res new file mode 100644 index 0000000..8a92aa3 --- /dev/null +++ b/variants/4x3/resource/ui/globalchat.res @@ -0,0 +1,121 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "rs1-347" + "ypos" "10" + "zpos" "1001" + "wide" "188" + "tall" "190" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "QuickplayBorder" + + "log_font_small" "HudFontSmall" + "log_font_medium" "HudFontMediumSmallSecondary" + "log_font_large" "HudFontMediumSecondary" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "190" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + // "ControlName" "richtext" + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "10" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "RoundedCorners" "0" + "font" "HudFontSmallest" + + "bgcolor_override" "0 0 0 50" + + "pinCorner" "0" + "autoResize" "1" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanLight" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + // "ControlName" "TextEntry" + "fieldName" "chatentry" + "xpos" "rs1-348" + "ypos" "324" + "zpos" "1" + "wide" "187" + "tall" "16" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "RoundedCorners" "0" + "font" "HudFontSmallest" + "alpha" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + //"autoResize" "1" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "RoundedCorners" "0" + "border" "QuickplayBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/globalexplanations.res b/variants/4x3/resource/ui/globalexplanations.res new file mode 100644 index 0000000..6ccb0dd --- /dev/null +++ b/variants/4x3/resource/ui/globalexplanations.res @@ -0,0 +1,1223 @@ +"Resource/UI/GlobalExplanations.res" +{ + "ExplanationManager" + { + "fieldName" "ExplanationManager" + "xpos" "0" + "ypos" "0" + "zpos" "10002" + "wide" "f0" + "tall" "f0" + "visible" "1" + "paintbackground" "0" + "paintborder" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + } + + // Casual Intro + "CasualIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Title" + "explanation_body" "#TF_Casual_Welcome_Section_One_Text" + "next_explanation" "CasualLeveling" + } + + "CasualLeveling" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLeveling" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "100" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r200" + "callout_inparents_y" "c-175" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Rank_Title" + "explanation_body" "#TF_Casual_Explanation_Rank_Body" + "next_explanation" "CasualCriteria" + } + + "CasualCriteria" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualCriteria" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r180" + "callout_inparents_y" "c-100" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_Modes_Title" + "explanation_body" "#TF_Casual_Explanation_Modes_Body" + "next_explanation" "CriteriaSaving" + } + + "CriteriaSaving" + { + "ControlName" "CExplanationPopup" + "fieldName" "CriteriaSaving" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r280" + "end_y" "150" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r60" + "callout_inparents_y" "c-135" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_SaveMaps_Title" + "explanation_body" "#TF_Casual_Explanation_SaveMaps_Body" + "next_explanation" "CasualLateJoin" + } + + "CasualLateJoin" + { + "ControlName" "CExplanationPopup" + "fieldName" "CasualLateJoin" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Welcome_Section_Three_Title" + "explanation_body" "#TF_Casual_Welcome_Section_Three_Text" + } + + // Casual map selection + "MapSelectionDetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "MapSelectionDetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Casual_Explanation_MapsDetails_Title" + "explanation_body" "#TF_Casual_Explanation_MapsDetails_Body" + } + + // Competitive + "CompIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "EventPlaceholderIntro" + { + "ControlName" "CExplanationPopup" + "fieldName" "EventPlaceholderIntro" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_Title" + "explanation_body" "#TF_EventPlaceholder_Welcome_SectionOne_Text" + "next_explanation" "CompVsCasual" + } + + "CompVsCasual" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompVsCasual" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionTwo_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionTwo_Text" + "next_explanation" "CompAbandon" + } + + "CompAbandon" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompAbandon" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionThree_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionThree_Text" + "next_explanation" "CompDisconnects" + } + + "CompDisconnects" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompDisconnects" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFour_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFour_Text" + "next_explanation" "CompCustomHUD" + } + + "CompCustomHUD" + { + "ControlName" "CExplanationPopup" + "fieldName" "CompCustomHUD" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r515" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "res_file_controls" "1" + "explanation_title" "#TF_Competitive_Welcome_SectionFive_Title" + "explanation_body" "#TF_Competitive_Welcome_SectionFive_Text" + } + + "WarPaintUse" + { + "ControlName" "CExplanationPopup" + "fieldName" "WarPaintUse" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "20" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "r100" + "end_y" "200" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c100" + + "res_file_controls" "1" + "explanation_title" "#TF_UsePaintkit_Explanation_Title" + "explanation_body" "#TF_UsePaintkit_Explanation_Body" + } + + "TutorialHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "TutorialHighlight" + "xpos" "c-285" + "ypos" "195" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "%highlighttext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_TutorialHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "60" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "TutorialHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "TutorialHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_TutorialHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "tutorial" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "PracticeHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "PracticeHighlight" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-85" + "start_y" "185" + "start_wide" "1" + "start_tall" "1" + "end_x" "c20" + "end_y" "120" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-40" + "callout_inparents_y" "195" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_PracticeHighlight_Title" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_PracticeHighlight_Text" + "textAlignment" "south-west" + "xpos" "20" + "ypos" "50" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "46 43 42 255" + } + + "PracticeHighlightButton" + { + "ControlName" "EditablePanel" + "fieldname" "PracticeHighlightButton" + "xpos" "10" + "ypos" "85" + "wide" "230" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "230" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "#MMenu_PracticeHighlight_Button" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "offlinepractice" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "NewUserForumHighlight" + { + "ControlName" "CExplanationPopup" + "fieldName" "NewUserForumHighlight" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-112" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-205" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c-116" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_NewUserForumHighlight_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_NewUserForumHighlight_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "OptionsHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "OptionsHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c238" + "start_y" "437" + "start_wide" "1" + "start_tall" "1" + "end_x" "c55" + "end_y" "280" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c240" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_OptionsHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_OptionsHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "LoadoutHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "LoadoutHighlightPanel" + "xpos" "c-55" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-190" + "start_y" "267" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-125" + "end_y" "180" + "end_wide" "250" + "end_tall" "220" + "callout_inparents_x" "c-163" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_LoadoutHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#MMenu_LoadoutHighlightPanel_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "StoreHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "StoreHighlightPanel" + "xpos" "c0" + "ypos" "300" + "zpos" "100" + "wide" "250" + "tall" "60" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c20" + "start_y" "285" + "start_wide" "250" + "start_tall" "125" + "end_x" "c20" + "end_y" "285" + "end_wide" "250" + "end_tall" "125" + "callout_inparents_x" "c-40" + "callout_inparents_y" "267" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_StoreHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "%highlighttext%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "190" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "SpecialEvents" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEvents" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r450" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r140" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEvent_Title" + "explanation_body" "#TF_SpecialEvent_Body" + + "next_explanation" "SpecialEventsExpiration" + } + + "SpecialEventsExpiration" + { + "ControlName" "CExplanationPopup" + "fieldName" "SpecialEventsExpiration" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "0" + "end_x" "r600" + "end_y" "40" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "r270" + "callout_inparents_y" "70" + + "res_file_controls" "1" + "explanation_title" "#TF_SpecialEventExpiration_Title" + "explanation_body" "#TF_SpecialEventExpiration_Body" + } +} diff --git a/variants/4x3/resource/ui/mainmenuplaylistentry.res b/variants/4x3/resource/ui/mainmenuplaylistentry.res new file mode 100644 index 0000000..c69e0dd --- /dev/null +++ b/variants/4x3/resource/ui/mainmenuplaylistentry.res @@ -0,0 +1,218 @@ +"Resource/UI/MainMenuPlayListEntry.res" +{ + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "5" + "ypos" "7" + "zpos" "7" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "" + } + + "ToolTipHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipHack" + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "51" + "wide" "122" + "tall" "15" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "ModeButton" + { + "ControlName" "CExButton" + "fieldName" "ModeButton" + "xpos" "rs1-6" + "ypos" "2" + "zpos" "6" + "wide" "250" + "tall" "24" + "visible" "1" + "enabled" "1" + "labelText" "%button_token%" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallestBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "%button_command%" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanLight" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "0 0 0 250" + "proportionaltoparent" "1" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "MMenuPlayListDesc" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "south-west" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + "proportionaltoparent" "1" + + "paintbackground" "0" + } + } + + "DescLabel" + { + "ControlName" "CExLabel" + "fieldName" "DescLabel" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1" + "ypos" "18" + "zpos" "2" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DescLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "DescLabelShadow" + "font" "MMenuPlayListDesc" + "labelText" "%desc_token%" + "textAlignment" "north-west" + "xpos" "rs1+1" + "ypos" "19" + "zpos" "1" + "wide" "125" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "Black" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "DisabledIcon" + { + "ControlName" "CExImageButton" + "fieldName" "DisabledIcon" + "xpos" "0" + "ypos" "0" + "zpos" "49" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "actionsignallevel" "1" + "command" "comp_access_info" + "labeltext" "" + "eatmouseinput" "0" + "button_activation_type" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 140 140 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "233" + "ypos" "2" + "zpos" "1" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "locked_icon" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } +} \ No newline at end of file diff --git a/variants/4x3/resource/ui/matchmakingdashboard.res b/variants/4x3/resource/ui/matchmakingdashboard.res new file mode 100644 index 0000000..e3fa5e7 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboard.res @@ -0,0 +1,811 @@ +"Resource/UI/MatchMakingDashboard.res" +{ + "MMDashboard" + { + "fieldName" "MMDashboard" + "visible" "1" + "enabled" "1" + "xpos" "-75" + "ypos" "303" + "zpos" "-2" + "wide" "f0" + "tall" "35" + "keyboardinputenabled" "0" + + "collapsed_height" "0" + "expanded_height" "35" + "resize_time" "0.2" + } + + "TopBar" + { + "ControlName" "EditablePanel" + "fieldName" "TopBar" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "35" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "Gradient" + { + "ControlName" "ImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "0" + "wide" "p0.5" + "tall" "f6" + "zpos" "0" + "visible" "0" + "enabled" "0" + "rotation" "2" + "proportionaltoparent" "1" + "scaleimage" "1" + "mouseinputenabled" "0" + "alpha" "100" + + "image" "gradient_pure_black" + } + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-3" + "wide" "700" + "tall" "f5" + "visible" "0" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-2" + "wide" "p1.1" + "tall" "p1" + "visible" "0" + "PaintBackgroundType" "2" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + } + + "ToggleChatButton" + { + "ControlName" "CExImageButton" + "fieldName" "ToggleChatButton" + "xpos" "c110" + "ypos" "0" + "zpos" "-2" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "toggle_chat" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "15" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanLight" + "image_armedcolor" "TanLight" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "proportionaltoparent" "1" + "image" "glyph_chat" + } + } + + "PartySlot0" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot0" + "xpos" "c134" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "0" + } + + "PartySlot1" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot1" + "xpos" "c158" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "1" + } + + "PartySlot2" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot2" + "xpos" "c182" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "2" + } + + "PartySlot3" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot3" + "xpos" "c206" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "3" + } + + "PartySlot4" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot4" + "xpos" "c230" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "4" + } + + "PartySlot5" + { + "ControlName" "CDashboardPartyMember" + "fieldName" "PartySlot5" + "xpos" "c254" + "ypos" "rs1-14" + "zpos" "100" + "wide" "o1" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + + "party_slot" "5" + } + + "QueueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QueueContainer" + "xpos" "c0" + "ypos" "-50" + "zpos" "-10" + "wide" "280" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "QueueLogoButton" + { + "ControlName" "Button" + "fieldName" "QueueLogoButton" + "xpos" "0" + "ypos" "1" + "zpos" "10" + "wide" "o1" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "queue_logo_clicked" + "proportionaltoparent" "1" + "actionsignallevel" "3" + "button_activation_type" "1" + + "paintbackground" "0" + "paintborder" "0" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "c-115" + "ypos" "8" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "10" + "velocity" "100" + + "fgcolor_override" "TFOrange" + } + + "QueueText" + { + "ControlName" "CAutoFittingLabel" + "fieldName" "QueueText" + "xpos" "0" + "ypos" "0" + "wide" "0" + "zpos" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "fonts" + { + "0" + { + "font" "HudFontSmallestBold" // TF2 Build 11 + } + "1" + { + "font" "StorePromotionsTitle" // TF2 Build 10 + } + "2" + { + "font" "FontStorePrice" // TF2 Build 9 + } + } + } + + "MultiQueuesManageButton" + { + "ControlName" "CExImageButton" + "fieldName" "MultiQueuesManageButton" + "xpos" "rs1-6" + "ypos" "11" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "manage_queues" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "c-100" + "ypos" "0" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "leave_queue" + "proportionaltoparent" "1" + "actionsignallevel" "3" + + "paintbackground" "0" + + "defaultFgColor_override" "117 107 94 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "200 80 60 255" + "image_armedcolor" "155 45 48 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "JoinPartyLobbyContainer" + { + "ControlName" "EditablePanel" + "fieldName" "JoinPartyLobbyContainer" + "xpos" "c180" + "ypos" "-50" + "zpos" "110" + "wide" "220" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "OuterShadow" + { + "ControlName" "Panel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "border" "OuterShadowBorderThin" + } + + "BGPanel" + { + "ControlName" "Panel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "0" + "wide" "f6" + "tall" "f6" + "visible" "1" + "proportionaltoparent" "1" + + "border" "ReplayDefaultBorder" + } + + "PromptText" + { + "ControlName" "Label" + "fieldName" "PromptText" + "xpos" "cs-0.5" + "ypos" "1" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "labelText" "#TF_MM_JoinPartyLobby_Prompt" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "rs1-10" + "ypos" "rs1-9" + "wide" "40" + "zpos" "100" + "tall" "15" + + if_queued + { + "xpos" "cs-0.5" + "wide" "150" + } + + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_party_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_JoinPartyLobby_Join" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "armedBgColor_override" "CreditsGreen" + "defaultBgColor_override" "SaleGreen" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "QuitButton" + { + "ControlName" "EditablePanel" + "fieldName" "QuitButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "DisconnectButton" + { + "ControlName" "EditablePanel" + "fieldName" "DisconnectButton" + "xpos" "rs1" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "quit" + "proportionaltoparent" "1" + "labeltext" "#TF_Disconnect" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "RoundedCorners" "0" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "ResumeButton" + { + "ControlName" "EditablePanel" + "fieldName" "ResumeButton" + "xpos" "rs1-31" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Command" "resume_game" + "proportionaltoparent" "1" + "labeltext" "#MMenu_ResumeGame" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "roundedcorners" "1" + "textinsety" "5" + "textinsetx" "22" + "use_proportional_insets" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "1" + "wide" "12" + "tall" "12" + "visible" "1" + "enabled" "1" + "image" "glyph_create" + "scaleImage" "1" + } + } + + "FindAGameButton" + { + "ControlName" "CExImageButton" + "fieldName" "FindAGameButton" + "xpos" "rs1-31-131" + "ypos" "0" + "wide" "24" + "tall" "24" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "Command" "find_game" + "tabPosition" "0" + "textinsetx" "0" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "46 43 42 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_view" + "scaleImage" "1" + + } + } + } +} + diff --git a/variants/4x3/resource/ui/matchmakingdashboardcasualcriteria.res b/variants/4x3/resource/ui/matchmakingdashboardcasualcriteria.res new file mode 100644 index 0000000..7bf13f6 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardcasualcriteria.res @@ -0,0 +1,101 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "CasualCriteria" + { + "fieldName" "CasualCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCasual" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "criteria" + { + "ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "-3" + "ypos" "40" + "zpos" "100" + "wide" "f0" + "tall" "f73" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/variants/4x3/resource/ui/matchmakingdashboardcomp.res b/variants/4x3/resource/ui/matchmakingdashboardcomp.res new file mode 100644 index 0000000..9f83c40 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardcomp.res @@ -0,0 +1,144 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardComp.res" +{ + "CompStats" + { + "fieldName" "CompStats" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderCompetitive" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "rs1-21" + "ypos" "20" + "zpos" "100" + "wide" "15" + "tall" "o1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "actionsignallevel" "1" + "proportionaltoparent" "1" + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "5" + "ypos" "40" + "zpos" "1000" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "75" + } + + "stats" + { + "fieldName" "stats" + "xpos" "-1" + "ypos" "40" + "zpos" "100" + "wide" "305" + "tall" "f80" + "visible" "1" + "proportionaltoparent" "1" + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } +} diff --git a/variants/4x3/resource/ui/matchmakingdashboardeventmatch.res b/variants/4x3/resource/ui/matchmakingdashboardeventmatch.res new file mode 100644 index 0000000..0482659 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardeventmatch.res @@ -0,0 +1,247 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardEventMatch.res" +{ + "EventMatch" + { + "fieldName" "EventMatch" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "270" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderSpecialEvent" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "ModeTitle" + { + "ControlName" "Label" + "fieldName" "ModeTitle" + "xpos" "8" + "ypos" "43" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "%title%" + "textAlignment" "west" + "font" "HudFontMediumSmallBold" + "fgcolor_override" "Orange" + + "mouseinputenabled" "0" + } + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "-10" + "ypos" "45" + "zpos" "110" + "wide" "o1" + "tall" "70" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "-85" + "ypos" "25" + "zpos" "100" + "wide" "330" + "tall" "92" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + + "show_model" "0" + "show_name" "0" + } + + "ModeImageGroup" + { + "ControlName" "EditablePanel" + "fieldName" "ModeImageGroup" + "xpos" "6" + "ypos" "100" + "zpos" "1" + "wide" "250" + "tall" "o0.25" + "visible" "1" + "enabled" "1" + + "DropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "DropShadow" + "xpos" "0" + "ypos" "0" + "zpos" "101" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "image" "mvm/mannup" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + + "DescScroller" + { + "ControlName" "CExScrollingEditablePanel" + "fieldName" "DescScroller" + "xpos" "cs-0.5" + "ypos" "165" + "zpos" "2" + "wide" "f20" + "tall" "215" + "proportionaltoparent" "1" + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-5" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + + "ModeDesc" + { + "ControlName" "Label" + "fieldName" "ModeDesc" + "font" "HudFontSmall" + "fgcolor_override" "TanLight" + "labelText" "%desc%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "300" + "wrap" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "auto_tall_tocontents" "1" + } + } + + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "QueueButton" + { + "ControlName" "CExButton" + "fieldName" "QueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "find_game" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + } +} diff --git a/variants/4x3/resource/ui/matchmakingdashboardmvmcriteria.res b/variants/4x3/resource/ui/matchmakingdashboardmvmcriteria.res new file mode 100644 index 0000000..13b24e8 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardmvmcriteria.res @@ -0,0 +1,225 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardMvMCriteria.res" +{ + "MVMCriteria" + { + "fieldName" "MVMCriteria" + "xpos" "r0" + "ypos" "10" + "zpos" "1002" + "wide" "420" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "criteria" + { + "ControlName" "CMVMCriteriaPanel" + "fieldName" "criteria" + "xpos" "5" + "ypos" "15" + "zpos" "100" + "wide" "410" + "tall" "f50" + "visible" "1" + "proportionaltoparent" "1" + + "pinCorner" "2" + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "6" + "ypos" "rs1-8" + "zpos" "100" + "wide" "90" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_Back" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MannUpToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "MannUpToolTipButtonHack" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "101" + "wide" "170" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "MannUpQueueButton" + { + "ControlName" "CExButton" + "fieldName" "MannUpQueueButton" + "xpos" "106" + "ypos" "rs1-8" + "zpos" "100" + "wide" "170" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "BootCampToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "BootCampToolTipButtonHack" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "270" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + + "BootCampQueueButton" + { + "ControlName" "CExButton" + "fieldName" "BootCampQueueButton" + "xpos" "5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "270" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "start_search" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_StartSearch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "100" + "wide" "f20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "select_tour" + "proportionaltoparent" "1" + "labeltext" "#TF_MvM_SelectChallenge" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + //"actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinLateCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "JoinLateCheckButton" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "140" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "" + "proportionaltoparent" "1" + } + + "JoinLateLabel" + { + "ControlName" "Label" + "fieldName" "JoinLateLabel" + "xpos" "rs1" + "ypos" "rs1-9" + "zpos" "50" + "wide" "115" + "tall" "20" + "font" "HudFontSmallest" + "labelText" "#TF_Matchmaking_JoinInProgress" + "proportionaltoparent" "1" + } +} diff --git a/variants/4x3/resource/ui/matchmakingdashboardplaylist.res b/variants/4x3/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..ae0d3de --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,47 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "c0" + "ypos" "c45" + "zpos" "1001" + "wide" "270" + "tall" "136" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "20" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "west" + "font" "HudFontMediumBigBold" + "fgcolor_override" "TanDark" + + "mouseinputenabled" "0" + } + + "playlist" + { + "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "8" + "ypos" "50" + "zpos" "100" + "wide" "255" + "tall" "150" + "visible" "1" + "proportionaltoparent" "1" + } +} diff --git a/variants/4x3/resource/ui/matchmakingdashboardpopup.res b/variants/4x3/resource/ui/matchmakingdashboardpopup.res new file mode 100644 index 0000000..304c0e0 --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingdashboardpopup.res @@ -0,0 +1,717 @@ +"Resource/UI/MatchMakingDashboardPopup.res" +{ + "MMPopup" + { + "ControlName" "CExpandablePanel" + "fieldName" "MMPopup" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10000" + "wide" "260" + "tall" "70" + "visible" "1" + "proportionaltoparent" "1" + "keyboardinputenabled" "0" + "mouseinputenabled" "1" + + "collapsed_height" "0" + "expanded_height" "70" + + "pinCorner" "2" + "autoResize" "1" + + "OuterShadow" + { + "ControlName" "EditablePanel" + "fieldName" "OuterShadow" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "0" + "border" "OuterShadowBorder" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "IdleContainer" + { + "fieldName" "IdleContainer" + "ControlName" "EditablePanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "0" + "wide" "f10" + "tall" "f5" + "visible" "0" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + } + + "ChooseRematchOrRequeueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ChooseRematchOrRequeueContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "RematchButton" + { + "ControlName" "CExButton" + "fieldName" "RematchButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "rematch" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Rematch" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RequeueButton" + { + "ControlName" "CExButton" + "fieldName" "RequeueButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "new_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_Requeue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "NonLeaderDesc" + { + "ControlName" "Label" + "fieldName" "NonLeaderDesc" + "xpos" "cs-0.5" + "ypos" "rs1-17" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_RequeueNonLeader" + "paintbackground" "1" + } + + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_MatchOver" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "RematchVoteState" + { + "ControlName" "Label" + "fieldName" "RematchVoteState" + "xpos" "cs-0.5" + "ypos" "rs1-27" + "zpos" "100" + "wide" "f0" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallest" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "labeltext" "%votes_needed%" + "paintbackground" "1" + } + + } + + "RematchWaitingForOthers" + { + "ControlName" "EditablePanel" + "fieldName" "RematchWaitingForOthers" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Rematch_Waiting" + "proportionaltoparent" "1" + } + + "VoteEndTimeLabel" + { + "ControlName" "Label" + "fieldName" "VoteEndTimeLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%vote_end_time%" + "proportionaltoparent" "1" + } + + "NonLeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "NonLeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + + "LeavePartyButton" + { + "ControlName" "CExButton" + "fieldName" "LeavePartyButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_party" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_LeaveParty" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "SearchingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "SearchingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_Start" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "LeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "LeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "LeaveQueueButton" + { + "ControlName" "CExButton" + "fieldName" "LeaveQueueButton" + "xpos" "cs-0.5" + "ypos" "rs1-5" + "zpos" "100" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "leave_queue" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_LeaveQueue" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "3" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + } + + "MatchReadyAndWaitingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchReadyAndWaitingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "DescLabel" + { + "ControlName" "Label" + "fieldName" "DescLabel" + "xpos" "0" + "ypos" "7" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_NewMatchReady" + "proportionaltoparent" "1" + } + + "AutoJoinLabel" + { + "ControlName" "Label" + "fieldName" "AutoJoinLabel" + "xpos" "0" + "ypos" "rs1-17" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "%auto_join%" + "proportionaltoparent" "1" + } + + "AbandonButton" + { + "ControlName" "CExButton" + "fieldName" "AbandonButton" + "xpos" "rs1-10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "75" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "abandon_match" + "proportionaltoparent" "1" + "labeltext" "#TF_MM_Rejoin_Leave" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + "paintbackground" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "JoinNowButton" + { + "ControlName" "CExButton" + "fieldName" "JoinNowButton" + "xpos" "10" + "ypos" "rs1-5" + "zpos" "100" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "join_match" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_RollingQueue_JoinNow" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "2" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "RematchStartingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RematchStartingContainer" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f8" + "tall" "f4" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + + "pinCorner" "2" + "autoResize" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "PaintBackgroundType" "2" + "border" "ReplayDefaultBorder" + "proportionaltoparent" "1" + } + + "SearchingLabel" + { + "ControlName" "Label" + "fieldName" "SearchingLabel" + "xpos" "cs-0.5" + "ypos" "5" + "wide" "f0" + "zpos" "100" + "tall" "20" + "visible" "1" + "enabled" "1" + "font" "HudFontSmallBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + "labelText" "#TF_Matchmaking_RollingQueue_RematchStarting" + "proportionaltoparent" "1" + } + + "Spinner" + { + "ControlName" "ImagePanel" + "fieldName" "Spinner" + "xpos" "cs-0.5" + "ypos" "12" + "zpos" "1" + "wide" "o1" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } +} diff --git a/variants/4x3/resource/ui/matchmakingplaylist.res b/variants/4x3/resource/ui/matchmakingplaylist.res new file mode 100644 index 0000000..6aab6ff --- /dev/null +++ b/variants/4x3/resource/ui/matchmakingplaylist.res @@ -0,0 +1,101 @@ +"Resource/UI/MatchMakingDashboardCasualCriteria.res" +{ + "EventEntry" + { + "ControlName" "CEventPlayListEntry" + "fieldName" "EventEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "button_command" "play_event" + } + + "CasualEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CasualEntry" + "xpos" "0" + "ypos" "3" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_casual" + "button_token" "#TF_Casual_Explanation_Intro_Title" + "button_command" "play_casual" + //"desc_token" "#MMenu_PlayList_Casual_Desc" + "matchgroup" "7" // k_eTFMatchGroup_Casual_12v12 + + } + + "CompetitiveEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "CompetitiveEntry" + "xpos" "0" + "ypos" "55" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_comp" + "button_token" "#MMenu_PlayComp" + "button_command" "play_competitive" + //"desc_token" "#MMenu_PlayList_Competitive_Desc" + "matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6 + + } + + "MvMEntry" + { + "ControlName" "CPlayListEntry" + "fieldName" "MvMEntry" + "xpos" "0" + "ypos" "29" + "tall" "26" + "wide" "255" + "proportionaltoparent" "1" + + "image_name" "glyph_mvm" + "button_token" "#MMenu_PlayCoop" + "button_command" "play_mvm" + //"desc_token" "#MMenu_PlayList_MvM_Desc" + "matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp + + } + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } +}