Skip to content

Commit

Permalink
0.8.225
Browse files Browse the repository at this point in the history
- added chrono supplies options to client menu
- removed bf_brutelizemap.zip (no longer needed)
- removed bf_console.zip (no longer needed)
  • Loading branch information
mbnq committed Apr 9, 2024
1 parent 4a774d6 commit 051b2db
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 7 deletions.
45 changes: 45 additions & 0 deletions INI/Game Options/Supplies.ini
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 removed Maps/Custom/brutelizemap.exe
Binary file not shown.
5 changes: 1 addition & 4 deletions Maps/Custom/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
How to add my cool custom map?

1.) Look at \tools\bf_tools\bf_brutelizemap.zip (inside mod package, there is readme.md inside too),
thats a map converter that makes your map compatibile with Brute Force by simple drag and drop.

2.) After conversion move or copy your map to Command & Conquer Red Alert II\Maps\Custom\ folder
1.) Move or copy your map to Command & Conquer Red Alert II\Maps\Custom\ folder

- (important!) if your map has other file extension (.yrm for example) change it to .map
- (optional) sometimes map name (inside map file) must be identical as map filename
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Red Alert 2: Yuri's Revenge: Brute Force Mod

***********************************************************************
** Red Alert 2 Yuri's Revenge - Brute Force Beta **
Version: 0.8.21
Version: 0.8.22
***********************************************************************
**Installation:**

Expand Down
17 changes: 15 additions & 2 deletions Resources/GameLobbyBase.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
;============================
Expand Down
Binary file removed tools/bf_tools/bf_brutelizemap.zip
Binary file not shown.
Binary file removed tools/bf_tools/bf_console.zip
Binary file not shown.

0 comments on commit 051b2db

Please sign in to comment.