Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 1e3082c

Browse files
authored
Merge pull request #48 from cortex-command-community/Soil-Frosting
Adding new terrain frosting for sand: Cacti.
2 parents 577d453 + 10a5a5c commit 1e3082c

31 files changed

+32
-0
lines changed

Base.rte/Scenes.ini

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,38 @@ AddTerrainDebris = TerrainDebris
8080
DensityPerMeter = 1.5
8181

8282

83+
AddTerrainDebris = TerrainDebris
84+
PresetName = Cacti
85+
DebrisFile = ContentFile
86+
Path = Base.rte/Scenes/Objects/Cacti/Cactus.bmp
87+
DebrisPieceCount = 14
88+
DebrisMaterial = Material
89+
CopyOf = Grass
90+
TargetMaterial = Material
91+
CopyOf = Sand
92+
OnlyOnSurface = 1
93+
OnlyBuried = 0
94+
MinDepth = 0
95+
MaxDepth = 0
96+
DensityPerMeter = 0.05
97+
98+
99+
AddTerrainDebris = TerrainDebris
100+
PresetName = Small Cacti
101+
DebrisFile = ContentFile
102+
Path = Base.rte/Scenes/Objects/Cacti/CactusSmall.bmp
103+
DebrisPieceCount = 16
104+
DebrisMaterial = Material
105+
CopyOf = Grass
106+
TargetMaterial = Material
107+
CopyOf = Sand
108+
OnlyOnSurface = 1
109+
OnlyBuried = 0
110+
MinDepth = 0
111+
MaxDepth = 0
112+
DensityPerMeter = 0.2
113+
114+
83115
AddTerrainDebris = TerrainDebris
84116
PresetName = Fossils
85117
DebrisFile = ContentFile
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)