Skip to content

Commit

Permalink
0.8.3607
Browse files Browse the repository at this point in the history
- added ai base size gui
  • Loading branch information
mbnq committed May 2, 2024
1 parent a51fa01 commit 8d4a129
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 1 deletion.
34 changes: 34 additions & 0 deletions INI/Map Code/aibases0.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
; # # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # #
; ###### ###### # # # ##### ##### # # ###### # #####
; # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # # #
; ###### # # ##### # ####### # ####### # # ##### #######
;
;
;
; ##### # # # # ##### # # ####
; # # # # ## ## # # ## # # #
; ##### # # ## # ##### # # # # #
; # # # # # # # # # # # # #
; # # # # # # # # ## # #
; ##### # # # ##### # # ### #
;
;
;
; [email protected]
; https://www.mbnq.pl/
;
; .ini Version: 0.8.3607
; mod Version: 0.8.3607
;
; Do not edit if you are a Player!
;_____________________________________________________________________________________

; [BFMeteorStormSpecial]
; SW.AutoFire=no
; SW.AlwaysGranted=no
; SW.AllowPlayer=no
; SW.AllowAI=no

44 changes: 44 additions & 0 deletions INI/Map Code/aibases1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
; # # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # #
; ###### ###### # # # ##### ##### # # ###### # #####
; # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # # #
; ###### # # ##### # ####### # ####### # # ##### #######
;
;
;
; ##### # # # # ##### # # ####
; # # # # ## ## # # ## # # #
; ##### # # ## # ##### # # # # #
; # # # # # # # # # # # # #
; # # # # # # # # ## # #
; ##### # # # ##### # # ### #
;
;
;
; [email protected]
; https://www.mbnq.pl/
;
; .ini Version: 0.8.3607
; mod Version: 0.8.3607
;
; Do not edit if you are a Player!
;_____________________________________________________________________________________

; [BFMeteorStormSpecial]
; SW.AutoFire=no
; SW.AlwaysGranted=no
; SW.AllowPlayer=no
; SW.AllowAI=no

[AI]
PowerSurplus=40
BaseSizeAdd=20
RefineryLimit=4
BarracksLimit=8
WarLimit=4
DefenseLimit=60
AALimit=30
AIBaseSpacing=3

44 changes: 44 additions & 0 deletions INI/Map Code/aibases2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
; # # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # #
; ###### ###### # # # ##### ##### # # ###### # #####
; # # # # # # # # # # # # # # #
; # # # # # # # # # # # # # # # #
; ###### # # ##### # ####### # ####### # # ##### #######
;
;
;
; ##### # # # # ##### # # ####
; # # # # ## ## # # ## # # #
; ##### # # ## # ##### # # # # #
; # # # # # # # # # # # # #
; # # # # # # # # ## # #
; ##### # # # ##### # # ### #
;
;
;
; [email protected]
; https://www.mbnq.pl/
;
; .ini Version: 0.8.3607
; mod Version: 0.8.3607
;
; Do not edit if you are a Player!
;_____________________________________________________________________________________

; [BFMeteorStormSpecial]
; SW.AutoFire=no
; SW.AlwaysGranted=no
; SW.AllowPlayer=no
; SW.AllowAI=no

[AI]
PowerSurplus=100
BaseSizeAdd=24
RefineryLimit=6
BarracksLimit=8
WarLimit=6
DefenseLimit=80
AALimit=40
AIBaseSpacing=3

25 changes: 24 additions & 1 deletion Resources/GameLobbyBase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,15 @@ $CC-GODD70=cmbXPMultiplier:GameLobbyDropDown
$CC-GODD71=cmbDebugBF:GameLobbyDropDown
$CC-GODD72=chkMeteors:GameLobbyCheckBox
$CC-GODD73=cmbMeteorsBF:GameLobbyDropDown
$CC-GODD74=cmbAIBasesBF:GameLobbyDropDown

$CC01=BtnSaveLoadGameOptions:XNAClientButton

$CCBF10=lblXPMult:XNALabel
$CCBF11=lblDebugBF:XNALabel
$CCBF12=lblMeteorsBF:XNALabel
$CCBF14=lblAIBasesBF:XNALabel

$CC01=BtnSaveLoadGameOptions:XNAClientButton

[BtnSaveLoadGameOptions]
$Width=OPEN_BUTTON_WIDTH
Expand Down Expand Up @@ -660,6 +662,27 @@ $Y=getY(cmbMeteorsBF) - LABEL_SPACING - DEFAULT_LBL_HEIGHT
Enabled=yes
Visible=yes
[cmbAIBasesBF]
OptionName=AI Base Size
Items=INI/Map Code/aibases0.ini,INI/Map Code/aibases1.ini,INI/Map Code/aibases2.ini
ItemLabels=Normal,High,Extreme
DataWriteMode=MapCode
DefaultIndex=0
ToolTip=Use this on your own risk.
$Width=GAME_OPTION_DD_WIDTH
$Height=GAME_OPTION_DD_HEIGHT
$X=getX(cmbMeteorsBF)
$Y=getY(cmbMeteorsBF) - GAME_OPTION_DD_HEIGHT - GAME_OPTION_DD_HEIGHT - LOBBY_PANEL_SPACING
Enabled=yes
Visible=yes
[lblAIBasesBF]
Text=AI Base Size:
$X=getX(cmbAIBasesBF)
$Y=getY(cmbAIBasesBF) - LABEL_SPACING - DEFAULT_LBL_HEIGHT
Enabled=yes
Visible=yes
; Window Border Sides
[panelBorderTop]
Expand Down

0 comments on commit 8d4a129

Please sign in to comment.