blob: 5232850909c23194a052d7d520b9a2b187cfde86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
"Resource/UI/MatchMakingDashboardCasualCriteria.res"
{
"EventEntry"
{
"ControlName" "CEventPlayListEntry"
"fieldName" "EventEntry"
"xpos" "0"
"ypos" "3"
"tall" "50"
"wide" "140"
"proportionaltoparent" "1"
"button_command" "play_event"
}
"CasualEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "CasualEntry"
"xpos" "r150"
"ypos" "5"
"tall" "50"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_casual"
"button_token" "#MMenu_PlayList_Casual_Button"
"button_command" "play_casual"
"desc_token" "#MMenu_PlayList_Casual_Desc"
"matchgroup" "7" // k_eTFMatchGroup_Casual_12v12
}
"CompetitiveEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "CompetitiveEntry"
"xpos" "5"
"ypos" "0"
"tall" "24"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_competitive"
"button_token" "#MMenu_PlayList_Competitive_Button"
"button_command" "play_competitive"
"desc_token" "#MMenu_PlayList_Competitive_Desc"
"matchgroup" "2" // k_eTFMatchGroup_Ladder_6v6
"pin_to_sibling" "MvMEntry"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"MvMEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "MvMEntry"
"xpos" "5"
"ypos" "0"
"tall" "50"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_mvm"
"button_token" "#MMenu_PlayList_MvM_Button"
"button_command" "play_mvm"
"desc_token" "#MMenu_PlayList_MvM_Desc"
"matchgroup" "1" // k_eTFMatchGroup_MvM_MannUp
"pin_to_sibling" "CasualEntry"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"ServerBrowserEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "ServerBrowserEntry"
"xpos" "0"
"ypos" "2"
"tall" "24"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_community_server"
"button_token" "#MMenu_PlayList_ServerBrowser_Button"
"button_command" "play_community"
"desc_token" "#MMenu_PlayList_ServerBrowser_Desc"
"pin_to_sibling" "CompetitiveEntry"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"TrainingEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "TrainingEntry"
"xpos" "5"
"ypos" "0"
"tall" "24"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_training"
"button_token" "#MMenu_PlayList_Training_Button"
"button_command" "play_training"
"desc_token" "#MMenu_PlayList_Training_Desc"
"pin_to_sibling" "CompetitiveEntry"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPLEFT"
}
"CreateServerEntry"
{
"ControlName" "CPlayListEntry"
"fieldName" "CreateServerEntry"
"xpos" "0"
"ypos" "2"
"tall" "24"
"wide" "140"
"proportionaltoparent" "0"
"image_name" "main_menu/main_menu_button_custom_server"
"button_token" "#MMenu_PlayList_CreateServer_Button"
"button_command" "create_server"
"desc_token" "#MMenu_PlayList_CreateServer_Desc"
"pin_to_sibling" "TrainingEntry"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_to_sibling_corner" "PIN_BOTTOMLEFT"
}
"ScrollBar"
{
"ControlName" "ScrollBar"
"FieldName" "ScrollBar"
"xpos" "9999"
}
}
|