Add initial files
This commit is contained in:
commit
0e816ae044
107 changed files with 44192 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.backup
|
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# tf2-2012-menu
|
||||
|
||||
This is a redistribution of CblpBoPTy's TF2 mod series unofficially called "PotatoHud".
|
||||
|
||||

|
||||
|
||||
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)".
|
BIN
misc/InGame.jpg
Normal file
BIN
misc/InGame.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
BIN
misc/MainMenu.jpg
Normal file
BIN
misc/MainMenu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
BIN
misc/PlayList.jpg
Normal file
BIN
misc/PlayList.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
4
mod/info.vdf
Normal file
4
mod/info.vdf
Normal file
|
@ -0,0 +1,4 @@
|
|||
"PotatoHud"
|
||||
{
|
||||
"ui_version" "3"
|
||||
}
|
7
mod/materials/vgui/glyph_casual.vmt
Normal file
7
mod/materials/vgui/glyph_casual.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_casual"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
mod/materials/vgui/glyph_casual.vtf
Normal file
BIN
mod/materials/vgui/glyph_casual.vtf
Normal file
Binary file not shown.
7
mod/materials/vgui/glyph_comp.vmt
Normal file
7
mod/materials/vgui/glyph_comp.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_comp"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
mod/materials/vgui/glyph_comp.vtf
Normal file
BIN
mod/materials/vgui/glyph_comp.vtf
Normal file
Binary file not shown.
7
mod/materials/vgui/glyph_mvm.vmt
Normal file
7
mod/materials/vgui/glyph_mvm.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_mvm"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
mod/materials/vgui/glyph_mvm.vtf
Normal file
BIN
mod/materials/vgui/glyph_mvm.vtf
Normal file
Binary file not shown.
124
mod/resource/GameMenu.res
Normal file
124
mod/resource/GameMenu.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
3352
mod/resource/ui/MainMenuOverride.res
Normal file
3352
mod/resource/ui/MainMenuOverride.res
Normal file
File diff suppressed because it is too large
Load diff
499
mod/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
499
mod/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
|
@ -0,0 +1,499 @@
|
|||
"Resource/UI/StoreHome_Base.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"
|
||||
|
||||
"item_controls_xoffset" "2"
|
||||
"item_controls_yoffset" "2"
|
||||
|
||||
"max_cart_model_panels" "8"
|
||||
|
||||
"item_ypos" "70"
|
||||
"item_mod_wide" "40"
|
||||
|
||||
"item_panels" "9"
|
||||
"item_columns" "3"
|
||||
"item_offcenter_x" "-45"
|
||||
"item_xdelta" "8"
|
||||
"item_ydelta" "8"
|
||||
|
||||
"item_backdrop_zpos" "1"
|
||||
"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_backdrop_zpos" "1"
|
||||
|
||||
"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"
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"SaxtonBackgroundPanel"
|
||||
{
|
||||
"ControlName" "EditablePanel"
|
||||
"fieldName" "SaxtonBackgroundPanel"
|
||||
"xpos" "c-315"
|
||||
"ypos" "10"
|
||||
"zpos" "-1"
|
||||
"wide" "300"
|
||||
"tall" "300"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"MannCoImage"
|
||||
{
|
||||
"ControlName" "ImagePanel"
|
||||
"fieldName" "MannCoImage"
|
||||
"xpos" "15"
|
||||
"ypos" "0"
|
||||
"zpos" "0"
|
||||
"wide" "420"
|
||||
"tall" "220"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"image" "store/saxton_welcome"
|
||||
"scaleImage" "1"
|
||||
}
|
||||
}
|
||||
|
||||
"ReloadSchemeButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ReloadSchemeButton"
|
||||
"xpos" "c-100"
|
||||
"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"
|
||||
}
|
||||
|
||||
"ItemCategoryTabs"
|
||||
{
|
||||
"ControlName" "CNavigationPanel"
|
||||
"fieldName" "ItemCategoryTabs"
|
||||
"xpos" "c-45"
|
||||
"ypos" "38"
|
||||
"zpos" "0"
|
||||
"wide" "335"
|
||||
"tall" "30"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"auto_scale" "1"
|
||||
"auto_layout" "1"
|
||||
"selected_button_default" "0"
|
||||
"auto_layout_horizontal_buffer" "9"
|
||||
"display_vertically" "0"
|
||||
|
||||
"ButtonSettings"
|
||||
{
|
||||
"wide" "100"
|
||||
"tall" "30"
|
||||
"textinsety" "-5"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "2"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "center"
|
||||
"scaleImage" "1"
|
||||
"font" "HudFontSmallestBold"
|
||||
|
||||
"fgcolor" "124 114 99 255"
|
||||
"defaultBgColor_override" "38 35 33 255"
|
||||
"defaultFgColor_override" "124 114 99 255"
|
||||
"armedBgColor_override" "30 30 30 255"
|
||||
"armedFgColor_override" "124 114 99 255"
|
||||
"selectedBgColor_override" "10 10 10 255"
|
||||
"selectedFgColor_override" "235 227 203 255"
|
||||
|
||||
"sound_depressed" "UI/buttonclick.wav"
|
||||
"sound_released" "UI/buttonclickrelease.wav"
|
||||
"sound_armed" "UI/buttonrollover.wav"
|
||||
|
||||
"paintbackground" "1"
|
||||
"paintborder" "1"
|
||||
|
||||
"border" "ButtonBorder"
|
||||
|
||||
"stayselectedonclick" "1"
|
||||
"keyboardinputenabled" "0"
|
||||
}
|
||||
}
|
||||
|
||||
"PrevPageButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "PrevPageButton"
|
||||
"xpos" "c190"
|
||||
"ypos" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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" "283"
|
||||
"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" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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"
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
282
mod/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
282
mod/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
42
mod/resource/ui/econ/store/v2/StoreHome_Premium.res
Normal file
42
mod/resource/ui/econ/store/v2/StoreHome_Premium.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
65
mod/resource/ui/econ/store/v2/StoreItemControls.res
Normal file
65
mod/resource/ui/econ/store/v2/StoreItemControls.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
209
mod/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res
Normal file
209
mod/resource/ui/econ/store/v2/StoreMapStampsInfoDialog.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
2716
mod/resource/ui/econ/store/v2/StorePage.res
Normal file
2716
mod/resource/ui/econ/store/v2/StorePage.res
Normal file
File diff suppressed because it is too large
Load diff
5
mod/resource/ui/econ/store/v2/StorePage_Bundles.res
Normal file
5
mod/resource/ui/econ/store/v2/StorePage_Bundles.res
Normal file
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Bundles.res"
|
||||
{
|
||||
}
|
5
mod/resource/ui/econ/store/v2/StorePage_Items.res
Normal file
5
mod/resource/ui/econ/store/v2/StorePage_Items.res
Normal file
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Items.res"
|
||||
{
|
||||
}
|
116
mod/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
116
mod/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
221
mod/resource/ui/econ/store/v2/StorePanel.res
Normal file
221
mod/resource/ui/econ/store/v2/StorePanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
1596
mod/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
1596
mod/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
672
mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res
Normal file
672
mod/resource/ui/econ/store/v2/StorePreviewItemPanel_Maps.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
482
mod/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
482
mod/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
121
mod/resource/ui/globalchat.res
Normal file
121
mod/resource/ui/globalchat.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
1223
mod/resource/ui/globalexplanations.res
Normal file
1223
mod/resource/ui/globalexplanations.res
Normal file
File diff suppressed because it is too large
Load diff
218
mod/resource/ui/mainmenuplaylistentry.res
Normal file
218
mod/resource/ui/mainmenuplaylistentry.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
811
mod/resource/ui/matchmakingdashboard.res
Normal file
811
mod/resource/ui/matchmakingdashboard.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
101
mod/resource/ui/matchmakingdashboardcasualcriteria.res
Normal file
101
mod/resource/ui/matchmakingdashboardcasualcriteria.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
144
mod/resource/ui/matchmakingdashboardcomp.res
Normal file
144
mod/resource/ui/matchmakingdashboardcomp.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
247
mod/resource/ui/matchmakingdashboardeventmatch.res
Normal file
247
mod/resource/ui/matchmakingdashboardeventmatch.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
225
mod/resource/ui/matchmakingdashboardmvmcriteria.res
Normal file
225
mod/resource/ui/matchmakingdashboardmvmcriteria.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
47
mod/resource/ui/matchmakingdashboardplaylist.res
Normal file
47
mod/resource/ui/matchmakingdashboardplaylist.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
717
mod/resource/ui/matchmakingdashboardpopup.res
Normal file
717
mod/resource/ui/matchmakingdashboardpopup.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
101
mod/resource/ui/matchmakingplaylist.res
Normal file
101
mod/resource/ui/matchmakingplaylist.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
4
variants/16x10/info.vdf
Normal file
4
variants/16x10/info.vdf
Normal file
|
@ -0,0 +1,4 @@
|
|||
"PotatoHud"
|
||||
{
|
||||
"ui_version" "3"
|
||||
}
|
7
variants/16x10/materials/vgui/glyph_casual.vmt
Normal file
7
variants/16x10/materials/vgui/glyph_casual.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_casual"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/16x10/materials/vgui/glyph_casual.vtf
Normal file
BIN
variants/16x10/materials/vgui/glyph_casual.vtf
Normal file
Binary file not shown.
7
variants/16x10/materials/vgui/glyph_comp.vmt
Normal file
7
variants/16x10/materials/vgui/glyph_comp.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_comp"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/16x10/materials/vgui/glyph_comp.vtf
Normal file
BIN
variants/16x10/materials/vgui/glyph_comp.vtf
Normal file
Binary file not shown.
7
variants/16x10/materials/vgui/glyph_mvm.vmt
Normal file
7
variants/16x10/materials/vgui/glyph_mvm.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_mvm"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/16x10/materials/vgui/glyph_mvm.vtf
Normal file
BIN
variants/16x10/materials/vgui/glyph_mvm.vtf
Normal file
Binary file not shown.
124
variants/16x10/resource/GameMenu.res
Normal file
124
variants/16x10/resource/GameMenu.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
3352
variants/16x10/resource/ui/MainMenuOverride.res
Normal file
3352
variants/16x10/resource/ui/MainMenuOverride.res
Normal file
File diff suppressed because it is too large
Load diff
499
variants/16x10/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
499
variants/16x10/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
|
@ -0,0 +1,499 @@
|
|||
"Resource/UI/StoreHome_Base.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"
|
||||
|
||||
"item_controls_xoffset" "2"
|
||||
"item_controls_yoffset" "2"
|
||||
|
||||
"max_cart_model_panels" "8"
|
||||
|
||||
"item_ypos" "70"
|
||||
"item_mod_wide" "40"
|
||||
|
||||
"item_panels" "9"
|
||||
"item_columns" "3"
|
||||
"item_offcenter_x" "-45"
|
||||
"item_xdelta" "8"
|
||||
"item_ydelta" "8"
|
||||
|
||||
"item_backdrop_zpos" "1"
|
||||
"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_backdrop_zpos" "1"
|
||||
|
||||
"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"
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"SaxtonBackgroundPanel"
|
||||
{
|
||||
"ControlName" "EditablePanel"
|
||||
"fieldName" "SaxtonBackgroundPanel"
|
||||
"xpos" "c-315"
|
||||
"ypos" "10"
|
||||
"zpos" "-1"
|
||||
"wide" "300"
|
||||
"tall" "300"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"MannCoImage"
|
||||
{
|
||||
"ControlName" "ImagePanel"
|
||||
"fieldName" "MannCoImage"
|
||||
"xpos" "15"
|
||||
"ypos" "0"
|
||||
"zpos" "0"
|
||||
"wide" "420"
|
||||
"tall" "220"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"image" "store/saxton_welcome"
|
||||
"scaleImage" "1"
|
||||
}
|
||||
}
|
||||
|
||||
"ReloadSchemeButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ReloadSchemeButton"
|
||||
"xpos" "c-100"
|
||||
"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"
|
||||
}
|
||||
|
||||
"ItemCategoryTabs"
|
||||
{
|
||||
"ControlName" "CNavigationPanel"
|
||||
"fieldName" "ItemCategoryTabs"
|
||||
"xpos" "c-45"
|
||||
"ypos" "38"
|
||||
"zpos" "0"
|
||||
"wide" "335"
|
||||
"tall" "30"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"auto_scale" "1"
|
||||
"auto_layout" "1"
|
||||
"selected_button_default" "0"
|
||||
"auto_layout_horizontal_buffer" "9"
|
||||
"display_vertically" "0"
|
||||
|
||||
"ButtonSettings"
|
||||
{
|
||||
"wide" "100"
|
||||
"tall" "30"
|
||||
"textinsety" "-5"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "2"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "center"
|
||||
"scaleImage" "1"
|
||||
"font" "HudFontSmallestBold"
|
||||
|
||||
"fgcolor" "124 114 99 255"
|
||||
"defaultBgColor_override" "38 35 33 255"
|
||||
"defaultFgColor_override" "124 114 99 255"
|
||||
"armedBgColor_override" "30 30 30 255"
|
||||
"armedFgColor_override" "124 114 99 255"
|
||||
"selectedBgColor_override" "10 10 10 255"
|
||||
"selectedFgColor_override" "235 227 203 255"
|
||||
|
||||
"sound_depressed" "UI/buttonclick.wav"
|
||||
"sound_released" "UI/buttonclickrelease.wav"
|
||||
"sound_armed" "UI/buttonrollover.wav"
|
||||
|
||||
"paintbackground" "1"
|
||||
"paintborder" "1"
|
||||
|
||||
"border" "ButtonBorder"
|
||||
|
||||
"stayselectedonclick" "1"
|
||||
"keyboardinputenabled" "0"
|
||||
}
|
||||
}
|
||||
|
||||
"PrevPageButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "PrevPageButton"
|
||||
"xpos" "c190"
|
||||
"ypos" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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" "283"
|
||||
"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" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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"
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
282
variants/16x10/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
282
variants/16x10/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
2716
variants/16x10/resource/ui/econ/store/v2/StorePage.res
Normal file
2716
variants/16x10/resource/ui/econ/store/v2/StorePage.res
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Bundles.res"
|
||||
{
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Items.res"
|
||||
{
|
||||
}
|
116
variants/16x10/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
116
variants/16x10/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
221
variants/16x10/resource/ui/econ/store/v2/StorePanel.res
Normal file
221
variants/16x10/resource/ui/econ/store/v2/StorePanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
1596
variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
1596
variants/16x10/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
482
variants/16x10/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
482
variants/16x10/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
121
variants/16x10/resource/ui/globalchat.res
Normal file
121
variants/16x10/resource/ui/globalchat.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
1223
variants/16x10/resource/ui/globalexplanations.res
Normal file
1223
variants/16x10/resource/ui/globalexplanations.res
Normal file
File diff suppressed because it is too large
Load diff
218
variants/16x10/resource/ui/mainmenuplaylistentry.res
Normal file
218
variants/16x10/resource/ui/mainmenuplaylistentry.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
811
variants/16x10/resource/ui/matchmakingdashboard.res
Normal file
811
variants/16x10/resource/ui/matchmakingdashboard.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
144
variants/16x10/resource/ui/matchmakingdashboardcomp.res
Normal file
144
variants/16x10/resource/ui/matchmakingdashboardcomp.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
247
variants/16x10/resource/ui/matchmakingdashboardeventmatch.res
Normal file
247
variants/16x10/resource/ui/matchmakingdashboardeventmatch.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
225
variants/16x10/resource/ui/matchmakingdashboardmvmcriteria.res
Normal file
225
variants/16x10/resource/ui/matchmakingdashboardmvmcriteria.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
47
variants/16x10/resource/ui/matchmakingdashboardplaylist.res
Normal file
47
variants/16x10/resource/ui/matchmakingdashboardplaylist.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
717
variants/16x10/resource/ui/matchmakingdashboardpopup.res
Normal file
717
variants/16x10/resource/ui/matchmakingdashboardpopup.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
101
variants/16x10/resource/ui/matchmakingplaylist.res
Normal file
101
variants/16x10/resource/ui/matchmakingplaylist.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
4
variants/4x3/info.vdf
Normal file
4
variants/4x3/info.vdf
Normal file
|
@ -0,0 +1,4 @@
|
|||
"PotatoHud"
|
||||
{
|
||||
"ui_version" "3"
|
||||
}
|
7
variants/4x3/materials/vgui/glyph_casual.vmt
Normal file
7
variants/4x3/materials/vgui/glyph_casual.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_casual"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/4x3/materials/vgui/glyph_casual.vtf
Normal file
BIN
variants/4x3/materials/vgui/glyph_casual.vtf
Normal file
Binary file not shown.
7
variants/4x3/materials/vgui/glyph_comp.vmt
Normal file
7
variants/4x3/materials/vgui/glyph_comp.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_comp"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/4x3/materials/vgui/glyph_comp.vtf
Normal file
BIN
variants/4x3/materials/vgui/glyph_comp.vtf
Normal file
Binary file not shown.
7
variants/4x3/materials/vgui/glyph_mvm.vmt
Normal file
7
variants/4x3/materials/vgui/glyph_mvm.vmt
Normal file
|
@ -0,0 +1,7 @@
|
|||
"UnlitGeneric"
|
||||
{
|
||||
"$basetexture" "vgui/glyph_mvm"
|
||||
"$translucent" 1
|
||||
"$ignorez" 1
|
||||
"$vertexcolor" 1
|
||||
}
|
BIN
variants/4x3/materials/vgui/glyph_mvm.vtf
Normal file
BIN
variants/4x3/materials/vgui/glyph_mvm.vtf
Normal file
Binary file not shown.
124
variants/4x3/resource/GameMenu.res
Normal file
124
variants/4x3/resource/GameMenu.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
3352
variants/4x3/resource/ui/MainMenuOverride.res
Normal file
3352
variants/4x3/resource/ui/MainMenuOverride.res
Normal file
File diff suppressed because it is too large
Load diff
499
variants/4x3/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
499
variants/4x3/resource/ui/econ/store/v2/StoreHome_Base.res
Normal file
|
@ -0,0 +1,499 @@
|
|||
"Resource/UI/StoreHome_Base.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"
|
||||
|
||||
"item_controls_xoffset" "2"
|
||||
"item_controls_yoffset" "2"
|
||||
|
||||
"max_cart_model_panels" "8"
|
||||
|
||||
"item_ypos" "70"
|
||||
"item_mod_wide" "40"
|
||||
|
||||
"item_panels" "9"
|
||||
"item_columns" "3"
|
||||
"item_offcenter_x" "-45"
|
||||
"item_xdelta" "8"
|
||||
"item_ydelta" "8"
|
||||
|
||||
"item_backdrop_zpos" "1"
|
||||
"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_backdrop_zpos" "1"
|
||||
|
||||
"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"
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
"SaxtonBackgroundPanel"
|
||||
{
|
||||
"ControlName" "EditablePanel"
|
||||
"fieldName" "SaxtonBackgroundPanel"
|
||||
"xpos" "c-315"
|
||||
"ypos" "10"
|
||||
"zpos" "-1"
|
||||
"wide" "300"
|
||||
"tall" "300"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"MannCoImage"
|
||||
{
|
||||
"ControlName" "ImagePanel"
|
||||
"fieldName" "MannCoImage"
|
||||
"xpos" "15"
|
||||
"ypos" "0"
|
||||
"zpos" "0"
|
||||
"wide" "420"
|
||||
"tall" "220"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"image" "store/saxton_welcome"
|
||||
"scaleImage" "1"
|
||||
}
|
||||
}
|
||||
|
||||
"ReloadSchemeButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ReloadSchemeButton"
|
||||
"xpos" "c-100"
|
||||
"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"
|
||||
}
|
||||
|
||||
"ItemCategoryTabs"
|
||||
{
|
||||
"ControlName" "CNavigationPanel"
|
||||
"fieldName" "ItemCategoryTabs"
|
||||
"xpos" "c-45"
|
||||
"ypos" "38"
|
||||
"zpos" "0"
|
||||
"wide" "335"
|
||||
"tall" "30"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
|
||||
"auto_scale" "1"
|
||||
"auto_layout" "1"
|
||||
"selected_button_default" "0"
|
||||
"auto_layout_horizontal_buffer" "9"
|
||||
"display_vertically" "0"
|
||||
|
||||
"ButtonSettings"
|
||||
{
|
||||
"wide" "100"
|
||||
"tall" "30"
|
||||
"textinsety" "-5"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "2"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "center"
|
||||
"scaleImage" "1"
|
||||
"font" "HudFontSmallestBold"
|
||||
|
||||
"fgcolor" "124 114 99 255"
|
||||
"defaultBgColor_override" "38 35 33 255"
|
||||
"defaultFgColor_override" "124 114 99 255"
|
||||
"armedBgColor_override" "30 30 30 255"
|
||||
"armedFgColor_override" "124 114 99 255"
|
||||
"selectedBgColor_override" "10 10 10 255"
|
||||
"selectedFgColor_override" "235 227 203 255"
|
||||
|
||||
"sound_depressed" "UI/buttonclick.wav"
|
||||
"sound_released" "UI/buttonclickrelease.wav"
|
||||
"sound_armed" "UI/buttonrollover.wav"
|
||||
|
||||
"paintbackground" "1"
|
||||
"paintborder" "1"
|
||||
|
||||
"border" "ButtonBorder"
|
||||
|
||||
"stayselectedonclick" "1"
|
||||
"keyboardinputenabled" "0"
|
||||
}
|
||||
}
|
||||
|
||||
"PrevPageButton"
|
||||
{
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "PrevPageButton"
|
||||
"xpos" "c190"
|
||||
"ypos" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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" "283"
|
||||
"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" "283"
|
||||
"zpos" "5"
|
||||
"wide" "20"
|
||||
"tall" "20"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "0"
|
||||
"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"
|
||||
}
|
||||
|
||||
"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"
|
||||
}
|
||||
}
|
282
variants/4x3/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
282
variants/4x3/resource/ui/econ/store/v2/StoreHome_FreeTrial.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
42
variants/4x3/resource/ui/econ/store/v2/StoreHome_Premium.res
Normal file
42
variants/4x3/resource/ui/econ/store/v2/StoreHome_Premium.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
65
variants/4x3/resource/ui/econ/store/v2/StoreItemControls.res
Normal file
65
variants/4x3/resource/ui/econ/store/v2/StoreItemControls.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
2716
variants/4x3/resource/ui/econ/store/v2/StorePage.res
Normal file
2716
variants/4x3/resource/ui/econ/store/v2/StorePage.res
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Bundles.res"
|
||||
{
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
#base "StorePage.res"
|
||||
|
||||
"Resource/UI/StorePage_Items.res"
|
||||
{
|
||||
}
|
116
variants/4x3/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
116
variants/4x3/resource/ui/econ/store/v2/StorePage_Maps.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
221
variants/4x3/resource/ui/econ/store/v2/StorePanel.res
Normal file
221
variants/4x3/resource/ui/econ/store/v2/StorePanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
1596
variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
1596
variants/4x3/resource/ui/econ/store/v2/StorePreviewItemPanel.res
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
482
variants/4x3/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
482
variants/4x3/resource/ui/econ/store/v2/StoreViewCartPanel.res
Normal file
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
121
variants/4x3/resource/ui/globalchat.res
Normal file
121
variants/4x3/resource/ui/globalchat.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
1223
variants/4x3/resource/ui/globalexplanations.res
Normal file
1223
variants/4x3/resource/ui/globalexplanations.res
Normal file
File diff suppressed because it is too large
Load diff
218
variants/4x3/resource/ui/mainmenuplaylistentry.res
Normal file
218
variants/4x3/resource/ui/mainmenuplaylistentry.res
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
811
variants/4x3/resource/ui/matchmakingdashboard.res
Normal file
811
variants/4x3/resource/ui/matchmakingdashboard.res
Normal file
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Reference in a new issue