Skip to content

Commit a02a31b

Browse files
committed
0.8.4402
- added more tiberium checkbox
1 parent 423fae9 commit a02a31b

File tree

4 files changed

+76
-7
lines changed

4 files changed

+76
-7
lines changed

INI/Map Code/forcemapoptions.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
; mbnq00@gmail.com
2121
; https://www.mbnq.pl/
2222
;
23-
; .ini Version: 0.8.4323
24-
; mod Version: 0.8.4323
23+
; .ini Version: 0.8.4402
24+
; mod Version: 0.8.4402
2525
;_____________________________________________________________________________________
2626

2727
[Basic]
@@ -44,6 +44,6 @@ InitialVeteran=no
4444
HarvesterImmune=no
4545
TiberiumSpreads=yes
4646
TiberiumExplosive=no
47-
BridgeStrength=20000
47+
BridgeStrength=50000
4848
DestroyableBridges=yes
4949

INI/Map Code/moretiberium.ini

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.4402
24+
; mod Version: 0.8.4402
25+
;_____________________________________________________________________________________
26+
27+
[TIBTRE01]
28+
SpawnsTiberium.Type=0
29+
SpawnsTiberium.Range=2
30+
;SpawnsTiberium.GrowthStage=3
31+
;SpawnsTiberium.CellsPerAnim=1
32+
33+
[TIBTRE02]
34+
SpawnsTiberium.Type=0
35+
SpawnsTiberium.Range=2
36+
;SpawnsTiberium.GrowthStage=3
37+
;SpawnsTiberium.CellsPerAnim=1
38+
39+
[TIBTRE03]
40+
SpawnsTiberium.Type=0
41+
SpawnsTiberium.Range=2
42+
;SpawnsTiberium.GrowthStage=3
43+
;SpawnsTiberium.CellsPerAnim=1
44+
45+

MIX/expandmd71/rulesmd.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
;
1111
;
1212
;
13-
; .ini Version: 0.8.4343
14-
; mod Version: 0.8.4343
13+
; .ini Version: 0.8.4402
14+
; mod Version: 0.8.4402
1515
;
1616
;
1717
; General Settings
@@ -33296,6 +33296,10 @@ AnimationRate=3
3329633296
AnimationProbability=.02
3329733297
Immune=yes
3329833298
AmbientSound=TibTreeAmbient
33299+
;SpawnsTiberium.Type=0
33300+
;SpawnsTiberium.Range=2
33301+
;SpawnsTiberium.GrowthStage=3
33302+
;SpawnsTiberium.CellsPerAnim=1
3329933303

3330033304
[TIBTRE02]
3330133305
Name=Tiberium Tree
@@ -33311,6 +33315,10 @@ AnimationRate=3
3331133315
AnimationProbability=.02
3331233316
Immune=yes
3331333317
AmbientSound=TibTreeAmbient
33318+
;SpawnsTiberium.Type=0
33319+
;SpawnsTiberium.Range=2
33320+
;SpawnsTiberium.GrowthStage=3
33321+
;SpawnsTiberium.CellsPerAnim=1
3331433322

3331533323
[TIBTRE03]
3331633324
Name=Tiberium Tree
@@ -33326,6 +33334,10 @@ AnimationRate=3
3332633334
AnimationProbability=.02
3332733335
Immune=yes
3332833336
AmbientSound=TibTreeAmbient
33337+
;SpawnsTiberium.Type=0
33338+
;SpawnsTiberium.Range=2
33339+
;SpawnsTiberium.GrowthStage=3
33340+
;SpawnsTiberium.CellsPerAnim=1
3332933341

3333033342
[VEINTREE]
3333133343
Name=Veinhole Tree

Resources/GameLobbyBase.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
; mbnq00@gmail.com
99
; https://www.mbnq.pl/
1010
;
11-
; .ini Version: 0.8.4324
12-
; mod Version: 0.8.4324
11+
; .ini Version: 0.8.4402
12+
; mod Version: 0.8.4402
1313
;_____________________________________________________________________________________
1414

1515
[INISystem]
@@ -322,6 +322,7 @@ $CC-GO19=chkMeteors:GameLobbyCheckBox
322322
$CC-GO20=chkCratesBF:GameLobbyCheckBox
323323
$CC-GO21=chkLBoxesBF:GameLobbyCheckBox
324324
$CC-GO22=chkMapOptBF:GameLobbyCheckBox
325+
$CC-GO23=chkMorTibBF:GameLobbyCheckBox
325326

326327

327328
; Dropdowns
@@ -584,6 +585,17 @@ Visible=true
584585
Enabled=true
585586
Reversed=yes
586587
588+
[chkMorTibBF]
589+
Text=More Resources
590+
CustomIniPath=INI/Map Code/moretiberium.ini
591+
DataWriteMode=MapCode
592+
Checked=False
593+
ToolTip=Ore will regen wider and more frequently.
594+
$X=getX(chkLBoxesBF)
595+
$Y=getBottom(chkLBoxesBF) + GAME_OPTION_ROW_SPACING
596+
Visible=true
597+
Enabled=true
598+
587599
588600
;============================
589601
; Dropdowns

0 commit comments

Comments
 (0)