Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f8862eb

Browse files
committed
Update scenario activity config layout
1 parent ffb3cff commit f8862eb

File tree

1 file changed

+61
-14
lines changed

1 file changed

+61
-14
lines changed

Base.rte/GUIs/ScenarioGUI.ini

Lines changed: 61 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ DrawBackground = False
1313
DrawType = Color
1414
DrawColor = 0
1515

16+
[ConfigRoot]
17+
ControlType = COLLECTIONBOX
18+
Parent = None
19+
X = 0
20+
Y = 0
21+
Width = 640
22+
Height = 480
23+
Visible = True
24+
Enabled = True
25+
Name = ConfigRoot
26+
Anchor = Left, Top
27+
DrawBackground = False
28+
DrawType = Color
29+
DrawColor = 0
30+
1631
[BackToMainButton]
1732
ControlType = BUTTON
1833
Parent = root
@@ -153,7 +168,7 @@ VAlignment = middle
153168
[ButtonCloseSceneBox]
154169
ControlType = BUTTON
155170
Parent = CollectionBoxSceneInfo
156-
X = 171
171+
X = 172
157172
Y = 5
158173
Width = 15
159174
Height = 15
@@ -226,7 +241,7 @@ DrawColor = 0
226241

227242
[CollectionBoxActivityConfig]
228243
ControlType = COLLECTIONBOX
229-
Parent = root
244+
Parent = ConfigRoot
230245
X = 50
231246
Y = 110
232247
Width = 527
@@ -321,15 +336,31 @@ ControlType = LABEL
321336
Parent = CollectionBoxDifficultyAndFundsConfig
322337
X = 50
323338
Y = 5
324-
Width = 200
339+
Width = 105
325340
Height = 20
326341
Visible = True
327342
Enabled = True
328343
Name = LabelActivityDifficulty
344+
Anchor = Left, Top
345+
ToolTip =
346+
Text = Difficulty:
347+
HAlignment = right
348+
VAlignment = middle
349+
350+
[LabelActivityDifficultyValue]
351+
ControlType = LABEL
352+
Parent = CollectionBoxDifficultyAndFundsConfig
353+
X = 155
354+
Y = 5
355+
Width = 95
356+
Height = 20
357+
Visible = True
358+
Enabled = True
359+
Name = LabelActivityDifficultyValue
329360
Anchor = Left, Left
330361
ToolTip = None
331-
Text = Difficulty: Medium
332-
HAlignment = centre
362+
Text = Medium
363+
HAlignment = left
333364
VAlignment = middle
334365

335366
[SliderActivityDifficulty]
@@ -356,15 +387,31 @@ ControlType = LABEL
356387
Parent = CollectionBoxDifficultyAndFundsConfig
357388
X = 265
358389
Y = 5
359-
Width = 200
390+
Width = 105
360391
Height = 20
361392
Visible = True
362393
Enabled = True
363394
Name = LabelStartingGold
364395
Anchor = Left, Top, Right
365396
ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
366-
Text = Starting Gold: 2000 oz
367-
HAlignment = centre
397+
Text = Starting Gold:
398+
HAlignment = right
399+
VAlignment = middle
400+
401+
[LabelStartingGoldValue]
402+
ControlType = LABEL
403+
Parent = CollectionBoxDifficultyAndFundsConfig
404+
X = 369
405+
Y = 5
406+
Width = 95
407+
Height = 20
408+
Visible = True
409+
Enabled = True
410+
Name = LabelStartingGoldValue
411+
Anchor = Left, Top, Right
412+
ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
413+
Text = 2000 oz
414+
HAlignment = left
368415
VAlignment = middle
369416

370417
[SliderStartingGold]
@@ -381,7 +428,7 @@ Anchor = Left, Top, Right
381428
ToolTip = How much gold each human player starts the game with in their TradeStar bank vault.
382429
Value = 2000
383430
Minimum = 0
384-
Maximum = 20000
431+
Maximum = 30000
385432
Orientation = Horizontal
386433
TickDirection = BottomRight
387434
ValueResolution = 500
@@ -491,7 +538,7 @@ Enabled = True
491538
Name = LabelDisabledTeam
492539
Anchor = Left, Top
493540
ToolTip = None
494-
Text = Not Playing:
541+
Text = Not Playing
495542
HAlignment = left
496543
VAlignment = middle
497544

@@ -1137,7 +1184,7 @@ VAlignment = middle
11371184

11381185
[ComboBoxTeam1Tech]
11391186
ControlType = COMBOBOX
1140-
Parent = root
1187+
Parent = ConfigRoot
11411188
X = 345
11421189
Y = 282
11431190
Width = 125
@@ -1152,7 +1199,7 @@ DropDownStyle = DropDownList
11521199

11531200
[ComboBoxTeam2Tech]
11541201
ControlType = COMBOBOX
1155-
Parent = root
1202+
Parent = ConfigRoot
11561203
X = 345
11571204
Y = 307
11581205
Width = 125
@@ -1167,7 +1214,7 @@ DropDownStyle = DropDownList
11671214

11681215
[ComboBoxTeam3Tech]
11691216
ControlType = COMBOBOX
1170-
Parent = root
1217+
Parent = ConfigRoot
11711218
X = 345
11721219
Y = 332
11731220
Width = 125
@@ -1182,7 +1229,7 @@ DropDownStyle = DropDownList
11821229

11831230
[ComboBoxTeam4Tech]
11841231
ControlType = COMBOBOX
1185-
Parent = root
1232+
Parent = ConfigRoot
11861233
X = 345
11871234
Y = 357
11881235
Width = 125

0 commit comments

Comments
 (0)