20
20
; mbnq00@gmail.com
21
21
; https://www.mbnq.pl/
22
22
;
23
- ; .ini Version: 0.8.3501
24
- ; mod Version: 0.8.3501
23
+ ; .ini Version: 0.8.3604
24
+ ; mod Version: 0.8.3604
25
25
; _____________________________________________________________________________________
26
26
27
27
[INISystem]
@@ -42,14 +42,17 @@ TeamWidth=32 ; def=46
42
42
; controls
43
43
$CC00 =btnLaunchGame:GameLaunchButton
44
44
$CC01 =btnLeaveGame:XNAClientButton
45
- $CC03 =MapPreviewBox:MapPreviewBox
46
- $CC04 =GameOptionsPanel:XNAPanel
47
- $CC05 =PlayerOptionsPanel:XNAPanel
45
+ $CC02 =lbMapList:XNAMultiColumnListBox
46
+
47
+ $CC03 =GameOptionsPanel:XNAPanel
48
+ $CC04 =PlayerOptionsPanel:XNAPanel
49
+ $CC05 =MapPreviewBox:MapPreviewBox
50
+
51
+
48
52
; $CC06=lblMapName:XNALabel
49
53
; $CC07=lblMapAuthor:XNALabel
50
54
; $CC08=lblGameMode:XNALabel
51
55
; $CC09=lblMapSize:XNALabel
52
- $CC12 =lbMapList:XNAMultiColumnListBox
53
56
$CC13 =ddGameMode:XNAClientDropDown
54
57
$CC14 =lblGameModeSelect:XNALabel
55
58
$CC15 =btnPickRandomMap:XNAClientButton
@@ -144,8 +147,29 @@ $BaseSection=ddPlayerStartBase
144
147
[lbMapList]
145
148
$X =LOBBY_EMPTY_SPACE_SIDES
146
149
$Y =EMPTY_SPACE_TOP + 33
147
- $Width =getWidth($ParentControl) - (getX($Self) + (getWidth(MapPreviewBox) + LOBBY_EMPTY_SPACE_SIDES + LOBBY_PANEL_SPACING)
148
- $Height =getBottom(MapPreviewBox) - getY($Self)
150
+ $Width =380
151
+ $Height =getBottom($ParentControl) - getY($Self) - EMPTY_SPACE_TOP - EMPTY_SPACE_BOTTOM - 80
152
+ SolidColorBackgroundTexture =0,0,0,128
153
+
154
+ [PlayerOptionsPanel]
155
+ $X =getWidth(lbMapList) + LOBBY_EMPTY_SPACE_SIDES + LOBBY_EMPTY_SPACE_SIDES - 3
156
+ $Y =EMPTY_SPACE_TOP
157
+ $Width =getWidth($ParentControl) - (getX($Self) + (getWidth(GameOptionsPanel) + DEFAULT_CONTROL_HEIGHT)
158
+ $Height =270
159
+ SolidColorBackgroundTexture =0,0,0,128
160
+ $CC00 =btnPlayerExtraOptionsOpen:XNAClientButton
161
+
162
+ [PlayerExtraOptionsPanel]
163
+ $Width =238
164
+ $Height =247
165
+ $X =getRight(PlayerOptionsPanel)
166
+ $Y =getY(PlayerOptionsPanel)
167
+
168
+ [MapPreviewBox]
169
+ $Width =getWidth(PlayerOptionsPanel)
170
+ $Height =getBottom(GameOptionsPanel) - getBottom(PlayerOptionsPanel) - LOBBY_PANEL_SPACING
171
+ $X =getX(PlayerOptionsPanel)
172
+ $Y =getBottom(PlayerOptionsPanel) + LOBBY_PANEL_SPACING
149
173
SolidColorBackgroundTexture =0,0,0,128
150
174
151
175
[ddGameMode]
@@ -181,33 +205,24 @@ $Y=getY(btnLaunchGame) - getHeight($Self) - LOBBY_PANEL_SPACING
181
205
[tbMapSearch]
182
206
Suggestion =Search map...
183
207
$Width =getRight(lbMapList) - getRight(btnPickRandomMap) - LOBBY_PANEL_SPACING
184
- $Height =DEFAULT_BUTTON_HEIGHT ; DEFAULT_CONTROL_HEIGHT
208
+ $Height =DEFAULT_BUTTON_HEIGHT
185
209
$X =getRight(btnPickRandomMap) + LOBBY_PANEL_SPACING
186
- $Y =getY(btnPickRandomMap) ; + 1
210
+ $Y =getY(btnPickRandomMap)
187
211
BackColor =255,255,255
188
212
; SolidColorBackgroundTexture=0,0,0,128
189
213
; Visible=false
190
214
; Enabled=false
191
215
192
- [MapPreviewBox]
193
- $Width =812
194
- $Height =380
195
- $X =getWidth($ParentControl) - getWidth($Self) - LOBBY_EMPTY_SPACE_SIDES
196
- $Y =292
197
- SolidColorBackgroundTexture =0,0,0,128
198
-
199
216
[lblBFTIP0]
200
- Text =TIP: Yuri is meant to be main AI opponent in Brute Force.
201
- ; Location=450,300
217
+ Text =TIP: Yuri is meant to be main AI opponent in BF.
202
218
FontIndex =3
203
- $X =getWidth(MapPreviewBox )
219
+ $X =getX(GameOptionsPanel )
204
220
$Y =getBottom(MapPreviewBox) + LABEL_SPACING
205
221
206
222
[lblBFTIP1]
207
223
Text =Yuri is not a playable side.
208
- ; Location=450,300
209
224
FontIndex =3
210
- $X =getWidth(MapPreviewBox) + 33
225
+ $X =getX(GameOptionsPanel)
211
226
$Y =getBottom(lblBFTIP0) + 2
212
227
213
228
[lblGameMode]
@@ -220,7 +235,6 @@ FontIndex=3
220
235
$Height =DEFAULT_LBL_HEIGHT
221
236
$X =getX(MapPreviewBox)
222
237
$Y =getBottom(lblGameMode) + LABEL_SPACING
223
- ; $Y=getY(MapPreviewBox) + LABEL_SPACING
224
238
225
239
[lblMapAuthor]
226
240
FontIndex =3
@@ -243,20 +257,6 @@ $Height=DEFAULT_BUTTON_HEIGHT
243
257
$X =getWidth($ParentControl) - getWidth($Self) - LOBBY_EMPTY_SPACE_SIDES
244
258
$Y =getY(btnLaunchGame)
245
259
246
- [PlayerOptionsPanel]
247
- $X =getX(MapPreviewBox)
248
- $Y =EMPTY_SPACE_TOP
249
- $Width =getWidth($ParentControl) - (getX($Self) + (getWidth(GameOptionsPanel) + LOBBY_EMPTY_SPACE_SIDES + LOBBY_PANEL_SPACING)
250
- $Height =getHeight(GameOptionsPanel)
251
- SolidColorBackgroundTexture =0,0,0,128
252
- $CC00 =btnPlayerExtraOptionsOpen:XNAClientButton
253
-
254
- [PlayerExtraOptionsPanel]
255
- $Width =238
256
- $Height =247
257
- $X =getRight(PlayerOptionsPanel) ; + getWidth($Self)
258
- $Y =getY(PlayerOptionsPanel)
259
-
260
260
[PlayerExtraOptionsPanel_btnClose]
261
261
Location =220,0
262
262
Size =18,18
@@ -302,7 +302,7 @@ HoverTexture=optionsButton_c.png
302
302
303
303
[GameOptionsPanel]
304
304
$Width =330
305
- $Height =270
305
+ $Height =getBottom($ParentControl) - getY($Self) - 116
306
306
$X =getWidth($ParentControl) - getWidth($Self) - LOBBY_EMPTY_SPACE_SIDES
307
307
$Y =EMPTY_SPACE_TOP
308
308
SolidColorBackgroundTexture =0,0,0,128
@@ -345,7 +345,6 @@ $CC01=BtnSaveLoadGameOptions:XNAClientButton
345
345
$CCBF10 =lblXPMult:XNALabel
346
346
$CCBF11 =lblDebugBF:XNALabel
347
347
348
-
349
348
[BtnSaveLoadGameOptions]
350
349
$Width =OPEN_BUTTON_WIDTH
351
350
$Height =OPEN_BUTTON_HEIGHT
@@ -399,8 +398,6 @@ Checked=False
399
398
Location=1038,86
400
399
ToolTip=Allow bridges to be destroyed by conventional weapons & force firing.
401
400
Reversed=yes
402
- ; $X=getX(chkIngameAllying)
403
- ; $Y=getBottom(chkNavalCombat) + GAME_OPTION_ROW_SPACING
404
401
$X=getX(chkShortGame)
405
402
$Y=getBottom(chkSuperWeapons) + GAME_OPTION_ROW_SPACING
406
403
@@ -639,7 +636,6 @@ $Y=getY(cmbDebugBF) - LABEL_SPACING - DEFAULT_LBL_HEIGHT
639
636
Enabled=yes
640
637
Visible=yes
641
638
642
-
643
639
; Window Border Sides
644
640
645
641
[panelBorderTop]
0 commit comments