-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added chrono supplies options to client menu - removed bf_brutelizemap.zip (no longer needed) - removed bf_console.zip (no longer needed)
- Loading branch information
Showing
7 changed files
with
62 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
; ###### ###### # # ####### ####### ####### ####### ###### ##### ####### | ||
; # # # # # # # # # # # # # # # # | ||
; # # # # # # # # # # # # # # # | ||
; ###### ###### # # # ##### ##### # # ###### # ##### | ||
; # # # # # # # # # # # # # # # | ||
; # # # # # # # # # # # # # # # # | ||
; ###### # # ##### # ####### # ####### # # ##### ####### | ||
; | ||
; | ||
; | ||
; ##### # # # # ##### # # #### | ||
; # # # # ## ## # # ## # # # | ||
; ##### # # ## # ##### # # # # # | ||
; # # # # # # # # # # # # # | ||
; # # # # # # # # ## # # | ||
; ##### # # # ##### # # ### # | ||
; | ||
; | ||
; | ||
; [email protected] | ||
; https://www.mbnq.pl/ | ||
; | ||
; .ini Version: 0.8.225 | ||
; mod Version: 0.8.225 | ||
;_____________________________________________________________________________________ | ||
|
||
[Triggers] | ||
01000002=Neutral,<none>,BFStartTimer,0,1,1,1,0 | ||
01000004=Neutral,<none>,BFCratesInLoop,0,1,1,1,0 | ||
01000006=Neutral,<none>,BFCratesAtStart,0,1,1,1,0 | ||
|
||
[Events] | ||
01000002=1,13,0,0 | ||
01000004=1,13,0,777 | ||
01000006=1,13,0,20 | ||
|
||
[Actions] | ||
01000002=3,27,0,777,0,0,0,0,A,23,0,0,0,0,0,0,A,103,4,mission:c21timer,0,0,0,0,A | ||
01000004=13,27,0,777,0,0,0,0,A,23,0,0,0,0,0,0,A,108,0,1,0,0,0,0,A,108,0,1,0,0,0,0,B,21,6,EVA_ReinforcementsHaveArrived,0,0,0,0,A,103,4,mission:c21timer,0,0,0,0,A,108,0,1,0,0,0,0,C,108,0,1,0,0,0,0,D,108,0,1,0,0,0,0,E,108,0,1,0,0,0,0,F,108,0,1,0,0,0,0,F,108,0,1,0,0,0,0,G,108,0,1,0,0,0,0,H | ||
01000006=10,108,0,1,0,0,0,0,A,108,0,1,0,0,0,0,B,19,7,CrateFreeUnit,0,0,0,0,A,21,6,EVA_ReinforcementsReady,0,0,0,0,A,108,0,1,0,0,0,0,C,108,0,1,0,0,0,0,D,108,0,1,0,0,0,0,E,108,0,1,0,0,0,0,F,108,0,1,0,0,0,0,G,108,0,1,0,0,0,0,H | ||
|
||
[Tags] | ||
01000003=0,BFStartTimer 1,01000002 | ||
01000005=2,BFCratesInLoop 1,01000004 | ||
01000007=0,BFCratesAtStart 1,01000006 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ | |
; [email protected] | ||
; https://www.mbnq.pl/ | ||
; | ||
; .ini Version: 0.8.223 | ||
; mod Version: 0.8.223 | ||
; .ini Version: 0.8.225 | ||
; mod Version: 0.8.225 | ||
;_____________________________________________________________________________________ | ||
|
||
[INISystem] | ||
|
@@ -320,6 +320,7 @@ $CC-GO09=chkNavalCombat:GameLobbyCheckBox | |
$CC-GO10=chkDestroyableBridges:GameLobbyCheckBox | ||
$CC-GO11=chkCartoonFX:GameLobbyCheckBox | ||
$CC-GO12=chkAutoRepair:GameLobbyCheckBox | ||
$CC-GO14=chkSupplies:GameLobbyCheckBox | ||
|
||
; Dropdowns | ||
$CC-GODD01=cmbCredits:GameLobbyDropDown | ||
|
@@ -471,6 +472,18 @@ $Y=getBottom(chkCartoonFX) + GAME_OPTION_ROW_SPACING | |
Visible=true | ||
Enabled=false | ||
[chkSupplies] | ||
Text=Chrono-Supplies | ||
CustomIniPath=INI/Game Options/Supplies.ini | ||
Checked=true | ||
Location=1038,128 | ||
DataWriteMode=MapCode | ||
ToolTip=Spawn random supplies every 12 minutes. | ||
$X=getX(chkAutoRepair) | ||
$Y=getBottom(chkAutoRepair) + GAME_OPTION_ROW_SPACING | ||
Visible=true | ||
Enabled=true | ||
;============================ | ||
; Dropdowns | ||
;============================ | ||
|
Binary file not shown.
Binary file not shown.