File tree Expand file tree Collapse file tree 4 files changed +146
-1
lines changed Expand file tree Collapse file tree 4 files changed +146
-1
lines changed Original file line number Diff line number Diff line change
1
+ ; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2
+ ; # # # # # # # # # # # # # # # #
3
+ ; # # # # # # # # # # # # # # #
4
+ ; ###### ###### # # # ##### ##### # # ###### # #####
5
+ ; # # # # # # # # # # # # # # #
6
+ ; # # # # # # # # # # # # # # # #
7
+ ; ###### # # ##### # ####### # ####### # # ##### #######
8
+ ;
9
+ ;
10
+ ;
11
+ ; ##### # # # # ##### # # ####
12
+ ; # # # # ## ## # # ## # # #
13
+ ; ##### # # ## # ##### # # # # #
14
+ ; # # # # # # # # # # # # #
15
+ ; # # # # # # # # ## # #
16
+ ; ##### # # # ##### # # ### #
17
+ ;
18
+ ;
19
+ ;
20
+ ; mbnq00@gmail.com
21
+ ; https://www.mbnq.pl/
22
+ ;
23
+ ; .ini Version: 0.8.3607
24
+ ; mod Version: 0.8.3607
25
+ ;
26
+ ; Do not edit if you are a Player!
27
+ ; _____________________________________________________________________________________
28
+
29
+ ; [BFMeteorStormSpecial]
30
+ ; SW.AutoFire=no
31
+ ; SW.AlwaysGranted=no
32
+ ; SW.AllowPlayer=no
33
+ ; SW.AllowAI=no
34
+
Original file line number Diff line number Diff line change
1
+ ; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2
+ ; # # # # # # # # # # # # # # # #
3
+ ; # # # # # # # # # # # # # # #
4
+ ; ###### ###### # # # ##### ##### # # ###### # #####
5
+ ; # # # # # # # # # # # # # # #
6
+ ; # # # # # # # # # # # # # # # #
7
+ ; ###### # # ##### # ####### # ####### # # ##### #######
8
+ ;
9
+ ;
10
+ ;
11
+ ; ##### # # # # ##### # # ####
12
+ ; # # # # ## ## # # ## # # #
13
+ ; ##### # # ## # ##### # # # # #
14
+ ; # # # # # # # # # # # # #
15
+ ; # # # # # # # # ## # #
16
+ ; ##### # # # ##### # # ### #
17
+ ;
18
+ ;
19
+ ;
20
+ ; mbnq00@gmail.com
21
+ ; https://www.mbnq.pl/
22
+ ;
23
+ ; .ini Version: 0.8.3607
24
+ ; mod Version: 0.8.3607
25
+ ;
26
+ ; Do not edit if you are a Player!
27
+ ; _____________________________________________________________________________________
28
+
29
+ ; [BFMeteorStormSpecial]
30
+ ; SW.AutoFire=no
31
+ ; SW.AlwaysGranted=no
32
+ ; SW.AllowPlayer=no
33
+ ; SW.AllowAI=no
34
+
35
+ [AI]
36
+ PowerSurplus =40
37
+ BaseSizeAdd =20
38
+ RefineryLimit =4
39
+ BarracksLimit =8
40
+ WarLimit =4
41
+ DefenseLimit =60
42
+ AALimit =30
43
+ AIBaseSpacing =3
44
+
Original file line number Diff line number Diff line change
1
+ ; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2
+ ; # # # # # # # # # # # # # # # #
3
+ ; # # # # # # # # # # # # # # #
4
+ ; ###### ###### # # # ##### ##### # # ###### # #####
5
+ ; # # # # # # # # # # # # # # #
6
+ ; # # # # # # # # # # # # # # # #
7
+ ; ###### # # ##### # ####### # ####### # # ##### #######
8
+ ;
9
+ ;
10
+ ;
11
+ ; ##### # # # # ##### # # ####
12
+ ; # # # # ## ## # # ## # # #
13
+ ; ##### # # ## # ##### # # # # #
14
+ ; # # # # # # # # # # # # #
15
+ ; # # # # # # # # ## # #
16
+ ; ##### # # # ##### # # ### #
17
+ ;
18
+ ;
19
+ ;
20
+ ; mbnq00@gmail.com
21
+ ; https://www.mbnq.pl/
22
+ ;
23
+ ; .ini Version: 0.8.3607
24
+ ; mod Version: 0.8.3607
25
+ ;
26
+ ; Do not edit if you are a Player!
27
+ ; _____________________________________________________________________________________
28
+
29
+ ; [BFMeteorStormSpecial]
30
+ ; SW.AutoFire=no
31
+ ; SW.AlwaysGranted=no
32
+ ; SW.AllowPlayer=no
33
+ ; SW.AllowAI=no
34
+
35
+ [AI]
36
+ PowerSurplus =100
37
+ BaseSizeAdd =24
38
+ RefineryLimit =6
39
+ BarracksLimit =8
40
+ WarLimit =6
41
+ DefenseLimit =80
42
+ AALimit =40
43
+ AIBaseSpacing =3
44
+
Original file line number Diff line number Diff line change @@ -340,13 +340,15 @@ $CC-GODD70=cmbXPMultiplier:GameLobbyDropDown
340
340
$CC-GODD71 =cmbDebugBF:GameLobbyDropDown
341
341
$CC-GODD72 =chkMeteors:GameLobbyCheckBox
342
342
$CC-GODD73 =cmbMeteorsBF:GameLobbyDropDown
343
+ $CC-GODD74 =cmbAIBasesBF:GameLobbyDropDown
343
344
344
- $CC01 =BtnSaveLoadGameOptions:XNAClientButton
345
345
346
346
$CCBF10 =lblXPMult:XNALabel
347
347
$CCBF11 =lblDebugBF:XNALabel
348
348
$CCBF12 =lblMeteorsBF:XNALabel
349
+ $CCBF14 =lblAIBasesBF:XNALabel
349
350
351
+ $CC01 =BtnSaveLoadGameOptions:XNAClientButton
350
352
351
353
[BtnSaveLoadGameOptions]
352
354
$Width =OPEN_BUTTON_WIDTH
@@ -660,6 +662,27 @@ $Y=getY(cmbMeteorsBF) - LABEL_SPACING - DEFAULT_LBL_HEIGHT
660
662
Enabled=yes
661
663
Visible=yes
662
664
665
+ [cmbAIBasesBF]
666
+ OptionName=AI Base Size
667
+ Items=INI/Map Code/aibases0.ini,INI/Map Code/aibases1.ini,INI/Map Code/aibases2.ini
668
+ ItemLabels=Normal,High,Extreme
669
+ DataWriteMode=MapCode
670
+ DefaultIndex=0
671
+ ToolTip=Use this on your own risk.
672
+ $Width=GAME_OPTION_DD_WIDTH
673
+ $Height=GAME_OPTION_DD_HEIGHT
674
+ $X=getX(cmbMeteorsBF)
675
+ $Y=getY(cmbMeteorsBF) - GAME_OPTION_DD_HEIGHT - GAME_OPTION_DD_HEIGHT - LOBBY_PANEL_SPACING
676
+ Enabled=yes
677
+ Visible=yes
678
+
679
+ [lblAIBasesBF]
680
+ Text=AI Base Size:
681
+ $X=getX(cmbAIBasesBF)
682
+ $Y=getY(cmbAIBasesBF) - LABEL_SPACING - DEFAULT_LBL_HEIGHT
683
+ Enabled=yes
684
+ Visible=yes
685
+
663
686
; Window Border Sides
664
687
665
688
[panelBorderTop]
You can’t perform that action at this time.
0 commit comments