Skip to content

Commit 94e9f9c

Browse files
committed
0.8.01
First stable CnCNet client version of the Brute Force Mod
1 parent 78295a7 commit 94e9f9c

File tree

441 files changed

+145754
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+145754
-12
lines changed

BFLauncher.exe

42.5 KB
Binary file not shown.

BFLauncherUnix.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
cd "$(dirname "$0")"
4+
dotnet Resources/Binaries/UniversalGL/clientogl.dll "$@"

INI/Battle.ini

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2+
; # # # # # # # # # # # # # # # #
3+
; # # # # # # # # # # # # # # #
4+
; ###### ###### # # # ##### ##### # # ###### # #####
5+
; # # # # # # # # # # # # # # #
6+
; # # # # # # # # # # # # # # # #
7+
; ###### # # ##### # ####### # ####### # # ##### #######
8+
;
9+
;
10+
;
11+
; ##### # # # # ##### # # ####
12+
; # # # # ## ## # # ## # # #
13+
; ##### # # ## # ##### # # # # #
14+
; # # # # # # # # # # # # #
15+
; # # # # # # # # ## # #
16+
; ##### # # # ##### # # ### #
17+
;
18+
;
19+
;
20+
21+
; https://www.mbnq.pl/
22+
;
23+
; .ini Version: 0.7.86
24+
; mod Version: 0.7.86
25+
;_____________________________________________________________________________________
26+
27+
[Battles]

INI/Game Options/AlliesAllowed.ini

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2+
; # # # # # # # # # # # # # # # #
3+
; # # # # # # # # # # # # # # #
4+
; ###### ###### # # # ##### ##### # # ###### # #####
5+
; # # # # # # # # # # # # # # #
6+
; # # # # # # # # # # # # # # # #
7+
; ###### # # ##### # ####### # ####### # # ##### #######
8+
;
9+
;
10+
;
11+
; ##### # # # # ##### # # ####
12+
; # # # # ## ## # # ## # # #
13+
; ##### # # ## # ##### # # # # #
14+
; # # # # # # # # # # # # #
15+
; # # # # # # # # ## # #
16+
; ##### # # # ##### # # ### #
17+
;
18+
;
19+
;
20+
21+
; https://www.mbnq.pl/
22+
;
23+
; .ini Version: 0.7.86
24+
; mod Version: 0.7.86
25+
;_____________________________________________________________________________________
26+
27+
[MultiplayerDialogSettings]
28+
AllyChangeAllowed=yes
29+
AlliesAllowed=yes
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
; ###### ###### # # ####### ####### ####### ####### ###### ##### #######
2+
; # # # # # # # # # # # # # # # #
3+
; # # # # # # # # # # # # # # #
4+
; ###### ###### # # # ##### ##### # # ###### # #####
5+
; # # # # # # # # # # # # # # #
6+
; # # # # # # # # # # # # # # # #
7+
; ###### # # ##### # ####### # ####### # # ##### #######
8+
;
9+
;
10+
;
11+
; ##### # # # # ##### # # ####
12+
; # # # # ## ## # # ## # # #
13+
; ##### # # ## # ##### # # # # #
14+
; # # # # # # # # # # # # #
15+
; # # # # # # # # ## # #
16+
; ##### # # # ##### # # ### #
17+
;
18+
;
19+
;
20+
21+
; https://www.mbnq.pl/
22+
;
23+
; .ini Version: 0.7.86
24+
; mod Version: 0.7.86
25+
;_____________________________________________________________________________________
26+
27+
[CombatDamage]
28+
BridgeStrength=2147483647

0 commit comments

Comments
 (0)