Skip to content

Commit 748d4b8

Browse files
committed
research tab
1 parent 0ea8f14 commit 748d4b8

19 files changed

Lines changed: 1660 additions & 160 deletions

reactivedrop/resource/ui/CollectionPanelSwarmopedia.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"wide" "170"
4545
"tall" "170"
4646
"ControlName" "Label"
47-
"text" "#rd_so_display_no_model"
47+
"labelText" "#rd_so_display_no_model"
4848
"textAlignment" "center"
4949
"font" "DefaultLarge"
5050
"fgcolor_override" "255 155 0 255"
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
"Resource/UI/CraftingResearchComponent.res" {
2+
"ResearchComponent" {
3+
"ControlName" "CRD_Crafting_Research_Component"
4+
"fieldName" "ResearchComponent"
5+
"wide" "200"
6+
"tall" "30"
7+
}
8+
9+
"ImgItemIcon" {
10+
"ControlName" "ImagePael"
11+
"fieldName" "ImgItemIcon"
12+
"xpos" "1"
13+
"ypos" "1"
14+
"wide" "28"
15+
"tall" "28"
16+
"scaleImage" "1"
17+
}
18+
19+
"LblItemName" {
20+
"ControlName" "Label"
21+
"fieldName" "LblItemName"
22+
"xpos" "30"
23+
"ypos" "0"
24+
"wide" "140"
25+
"tall" "10"
26+
"font" "DefaultTextBold"
27+
}
28+
29+
"CommunityProgressBar" {
30+
"ControlName" "StatsBar"
31+
"fieldName" "CommunityProgressBar"
32+
"xpos" "30"
33+
"ypos" "10"
34+
"wide" "140"
35+
"tall" "10"
36+
"text_color" "192 192 192 255"
37+
}
38+
39+
"LblPersonalProgress" {
40+
"ControlName" "Label"
41+
"fieldName" "LblPersonalProgress"
42+
"xpos" "30"
43+
"ypos" "20"
44+
"wide" "140"
45+
"tall" "10"
46+
"fgcolor_override" "192 192 192 255"
47+
}
48+
49+
"BtnContribute" {
50+
"ControlName" "CNB_Button"
51+
"fieldName" "BtnContribute"
52+
"xpos" "171"
53+
"ypos" "1"
54+
"wide" "28"
55+
"tall" "28"
56+
"font" "DefaultMedium"
57+
"labelText" ""
58+
"textAlignment" "center"
59+
"command" "Contribute"
60+
}
61+
}
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
"Resource/UI/CraftingResearchDonateModal.res" {
2+
"DonateModal" {
3+
"ControlName" "CRD_Crafting_Research_Donate_Modal"
4+
"fieldName" "DonateModal"
5+
"xpos" "150"
6+
"ypos" "60"
7+
"zpos" "10"
8+
"wide" "340"
9+
"tall" "240"
10+
}
11+
12+
"Backdrop" {
13+
"ControlName" "Panel"
14+
"fieldName" "Backdrop"
15+
"xpos" "1"
16+
"ypos" "1"
17+
"wide" "338"
18+
"tall" "238"
19+
"zpos" "-1"
20+
"paintbackgroundenabled" "1"
21+
"paintbackgroundtype" "2"
22+
"bgcolor_override" "10 14 18 224"
23+
}
24+
25+
"Backdrop2" {
26+
"ControlName" "Panel"
27+
"fieldName" "Backdrop2"
28+
"xpos" "0"
29+
"ypos" "0"
30+
"wide" "340"
31+
"tall" "240"
32+
"zpos" "-2"
33+
"paintbackgroundenabled" "1"
34+
"paintbackgroundtype" "2"
35+
"bgcolor_override" "78 94 110 224"
36+
}
37+
38+
"LblTitle" {
39+
"ControlName" "Label"
40+
"fieldName" "LblTitle"
41+
"xpos" "5"
42+
"ypos" "5"
43+
"wide" "330"
44+
"tall" "30"
45+
"labelText" "#rd_crafting_research_donation_title"
46+
"textAlignment" "center"
47+
"font" "DefaultExtraLarge"
48+
}
49+
50+
"ImgItemIcon" {
51+
"ControlName" "ImagePanel"
52+
"fieldName" "ImgItemIcon"
53+
"xpos" "30"
54+
"ypos" "30"
55+
"wide" "64"
56+
"tall" "64"
57+
"scaleImage" "1"
58+
}
59+
60+
"LblItemName" {
61+
"ControlName" "Label"
62+
"fieldName" "LblItemName"
63+
"xpos" "105"
64+
"ypos" "30"
65+
"wide" "190"
66+
"tall" "40"
67+
"font" "DefaultLarge"
68+
"wrap" "1"
69+
}
70+
71+
"LblDisplayType" {
72+
"ControlName" "Label"
73+
"fieldName" "LblDisplayType"
74+
"xpos" "105"
75+
"ypos" "70"
76+
"wide" "190"
77+
"tall" "10"
78+
"fgcolor_override" "128 128 128 255"
79+
}
80+
81+
"QuantitySlider" {
82+
"ControlName" "CRD_VGUI_Option"
83+
"fieldName" "QuantitySlider"
84+
"xpos" "30"
85+
"ypos" "100"
86+
"wide" "270"
87+
"tall" "12"
88+
"ResourceFile" "resource/ui/option_setting_slider.res"
89+
"decimalDigits" "0"
90+
"navDown" "BtnConfirm"
91+
}
92+
93+
"BtnConfirm" {
94+
"ControlName" "CNB_Button"
95+
"fieldName" "BtnConfirm"
96+
"xpos" "85"
97+
"ypos" "125"
98+
"wide" "170"
99+
"tall" "23"
100+
"font" "DefaultMedium"
101+
"labelText" "#rd_crafting_research_donate_button"
102+
"navUp" "QuantitySlider"
103+
"navDown" "BtnCancel"
104+
"textAlignment" "center"
105+
}
106+
107+
"BtnCancel" {
108+
"ControlName" "CNB_Button"
109+
"fieldName" "BtnCancel"
110+
"xpos" "85"
111+
"ypos" "155"
112+
"wide" "170"
113+
"tall" "23"
114+
"font" "DefaultMedium"
115+
"labelText" "#asw_button_cancel"
116+
"navUp" "BtnConfirm"
117+
"textAlignment" "center"
118+
}
119+
120+
"LblExplanation" {
121+
"ControlName" "Label"
122+
"fieldName" "LblExplanation"
123+
"xpos" "30"
124+
"ypos" "185"
125+
"wide" "280"
126+
"tall" "50"
127+
"labelText" "#rd_crafting_research_donation_explanation"
128+
"textAlignment" "center"
129+
"wrap" "1"
130+
"centerwrap" "1"
131+
}
132+
}
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
"Resource/UI/CraftingResearchPanel.res" {
2+
"CraftingResearchPanel" {
3+
"ControlName" "CRD_Crafting_Research_Panel"
4+
"fieldName" "CraftingResearchPanel"
5+
"xpos" "c-285" [!$WIN32WIDE]
6+
"xpos" "c-315" [$WIN32WIDE]
7+
"ypos" "60"
8+
"wide" "640"
9+
"tall" "390"
10+
}
11+
12+
"Backdrop" {
13+
"ControlName" "Panel"
14+
"fieldName" "Backdrop"
15+
"xpos" "2"
16+
"ypos" "0"
17+
"wide" "638"
18+
"tall" "12"
19+
"zpos" "-1"
20+
"paintbackgroundenabled" "1"
21+
"paintbackgroundtype" "2"
22+
"bgcolor_override" "16 20 24 224"
23+
}
24+
25+
"BackdropError" {
26+
"ControlName" "Panel"
27+
"fieldName" "BackdropError"
28+
"xpos" "2"
29+
"ypos" "16"
30+
"wide" "638"
31+
"tall" "350"
32+
"zpos" "-1"
33+
"paintbackgroundenabled" "1"
34+
"paintbackgroundtype" "2"
35+
"bgcolor_override" "16 20 24 224"
36+
}
37+
38+
"LblUpdateTimer"
39+
{
40+
"ControlName" "Label"
41+
"fieldName" "LblUpdateTimer"
42+
"xpos" "489"
43+
"ypos" "1"
44+
"wide" "150"
45+
"tall" "10"
46+
"textAlignment" "north-east"
47+
}
48+
49+
"LblErrorMessage"
50+
{
51+
"ControlName" "Label"
52+
"fieldName" "LblErrorMessage"
53+
"xpos" "120"
54+
"ypos" "20"
55+
"wide" "400"
56+
"tall" "160"
57+
"textAlignment" "south"
58+
"font" "DefaultExtraLarge"
59+
"wrap" "1"
60+
"centerwrap" "1"
61+
}
62+
63+
"BtnRetryAfterError"
64+
{
65+
"ControlName" "CNB_Button"
66+
"fieldName" "BtnRetryAfterError"
67+
"xpos" "245"
68+
"ypos" "200"
69+
"wide" "150"
70+
"tall" "23"
71+
"font" "DefaultMedium"
72+
"labelText" "#rd_crafting_research_retry_connection"
73+
"textAlignment" "center"
74+
"command" "RetryConnection"
75+
}
76+
}
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
"Resource/UI/CraftingResearchSlot.res" {
2+
"ResearchSlot" {
3+
"ControlName" "CRD_Crafting_Research_Slot"
4+
"fieldName" "ResearchSlot"
5+
"wide" "210"
6+
"tall" "350"
7+
}
8+
9+
"Backdrop" {
10+
"ControlName" "Panel"
11+
"fieldName" "Backdrop"
12+
"xpos" "0"
13+
"ypos" "0"
14+
"wide" "210"
15+
"tall" "350"
16+
"zpos" "-1"
17+
"paintbackgroundenabled" "1"
18+
"paintbackgroundtype" "2"
19+
"bgcolor_override" "16 20 24 224"
20+
}
21+
22+
"LblTitle" {
23+
"ControlName" "Label"
24+
"fieldName" "LblTitle"
25+
"xpos" "5"
26+
"ypos" "0"
27+
"wide" "200"
28+
"tall" "30"
29+
"font" "DefaultLarge"
30+
"textAlignment" "center"
31+
}
32+
33+
"LblWaitDescription" {
34+
"ControlName" "Label"
35+
"fieldName" "LblWaitDescription"
36+
"xpos" "0"
37+
"ypos" "70"
38+
"wide" "210"
39+
"tall" "50"
40+
"textAlignment" "center"
41+
"wrap" "1"
42+
"centerwrap" "1"
43+
}
44+
45+
"LblWaitTimer" {
46+
"ControlName" "Label"
47+
"fieldName" "LblWaitTimer"
48+
"xpos" "5"
49+
"ypos" "130"
50+
"wide" "200"
51+
"tall" "23"
52+
"font" "Countdown"
53+
"textAlignment" "center"
54+
}
55+
56+
"ImgItemIcon" {
57+
"ControlName" "ImagePanel"
58+
"fieldName" "ImgItemIcon"
59+
"xpos" "0"
60+
"ypos" "30"
61+
"wide" "40"
62+
"tall" "40"
63+
"scaleImage" "1"
64+
}
65+
66+
"LblProjectTitle" {
67+
"ControlName" "Label"
68+
"fieldName" "LblProjectTitle"
69+
"xpos" "42"
70+
"ypos" "30"
71+
"wide" "165"
72+
"tall" "40"
73+
"font" "DefaultMedium"
74+
"textAlignment" "west"
75+
"wrap" "1"
76+
}
77+
78+
"LblProjectFlavorText" {
79+
"ControlName" "Label"
80+
"fieldName" "LblProjectFlavorText"
81+
"xpos" "0"
82+
"ypos" "70"
83+
"wide" "210"
84+
"tall" "50"
85+
"textAlignment" "center"
86+
"wrap" "1"
87+
"centerwrap" "1"
88+
}
89+
90+
"BtnFetchProjectComponents" {
91+
"ControlName" "CNB_Button"
92+
"fieldName" "BtnFetchProjectComponents"
93+
"xpos" "30"
94+
"ypos" "130"
95+
"wide" "150"
96+
"tall" "23"
97+
"font" "DefaultMedium"
98+
"labelText" "#rd_crafting_research_force_refresh"
99+
"textAlignment" "center"
100+
"command" "ForceRefresh"
101+
}
102+
103+
"GplComponents" {
104+
"ControlName" "GenericPanelList"
105+
"fieldName" "GplComponents"
106+
"xpos" "0"
107+
"ypos" "120"
108+
"wide" "210"
109+
"tall" "230"
110+
"bgcolor_override" "0 0 0 0"
111+
}
112+
}

0 commit comments

Comments
 (0)