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

Commit 064c086

Browse files
committed
Add Stalagmite terrain debris
Rename Cave Soil to Cave Floor
1 parent 5bd7c47 commit 064c086

26 files changed

+38
-6
lines changed

Base.rte/Materials.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ AddMaterial = Material
277277
278278
AddMaterial = Material
279279
Index = 14
280-
PresetName = Cave Soil
280+
PresetName = Cave Floor
281281
Bounce = 0.1
282282
Friction = 0.85
283283
StructuralIntegrity = 40

Base.rte/Scenes.ini

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,38 @@ AddTerrainDebris = TerrainDebris
5858
DensityPerMeter = 2
5959

6060

61+
AddTerrainDebris = TerrainDebris
62+
PresetName = Stalagmites
63+
DebrisFile = ContentFile
64+
FilePath = Base.rte/Scenes/Objects/Stalagmites/Stalagmite.png
65+
DebrisPieceCount = 15
66+
DebrisMaterial = Material
67+
CopyOf = Stone
68+
TargetMaterial = Material
69+
CopyOf = Cave Floor
70+
OnlyOnSurface = 0
71+
OnlyBuried = 0
72+
MinDepth = 0
73+
MaxDepth = 1
74+
DensityPerMeter = 0.15
75+
76+
77+
AddTerrainDebris = TerrainDebris
78+
PresetName = Large Stalagmites
79+
DebrisFile = ContentFile
80+
FilePath = Base.rte/Scenes/Objects/Stalagmites/StalagmiteLarge.png
81+
DebrisPieceCount = 8
82+
DebrisMaterial = Material
83+
CopyOf = Stone
84+
TargetMaterial = Material
85+
CopyOf = Cave Floor
86+
OnlyOnSurface = 0
87+
OnlyBuried = 0
88+
MinDepth = 0
89+
MaxDepth = 1
90+
DensityPerMeter = 0.01
91+
92+
6193
AddTerrainDebris = TerrainDebris
6294
PresetName = Gold
6395
DebrisFile = ContentFile
@@ -196,7 +228,7 @@ AddTerrainDebris = TerrainDebris
196228
CopyOf = Red Mushrooms
197229
PresetName = Red Cave Mushrooms
198230
TargetMaterial = Material
199-
CopyOf = Cave Soil
231+
CopyOf = Cave Floor
200232
OnlyOnSurface = 0
201233
OnlyBuried = 0
202234
MinDepth = 2
@@ -208,7 +240,7 @@ AddTerrainDebris = TerrainDebris
208240
CopyOf = Small Red Mushrooms
209241
PresetName = Small Red Cave Mushrooms
210242
TargetMaterial = Material
211-
CopyOf = Cave Soil
243+
CopyOf = Cave Floor
212244
OnlyOnSurface = 0
213245
OnlyBuried = 0
214246
MinDepth = 1
@@ -220,7 +252,7 @@ AddTerrainDebris = TerrainDebris
220252
CopyOf = Yellow Mushrooms
221253
PresetName = Yellow Cave Mushrooms
222254
TargetMaterial = Material
223-
CopyOf = Cave Soil
255+
CopyOf = Cave Floor
224256
OnlyOnSurface = 0
225257
OnlyBuried = 0
226258
MinDepth = 2
@@ -232,7 +264,7 @@ AddTerrainDebris = TerrainDebris
232264
CopyOf = Small Yellow Mushrooms
233265
PresetName = Small Yellow Cave Mushrooms
234266
TargetMaterial = Material
235-
CopyOf = Cave Soil
267+
CopyOf = Cave Floor
236268
OnlyOnSurface = 0
237269
OnlyBuried = 0
238270
MinDepth = 1

Base.rte/Scenes/Backdrops/Backdrops.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AddBackgroundLayer = SceneLayer
1818
AddBackgroundLayer = SceneLayer
1919
PresetName = Still Back
2020
AddToGroup = Far Backdrops
21-
DrawTransparent = 1
21+
DrawTransparent = 0
2222
WrapX = 1
2323
WrapY = 0
2424
ScrollRatio = Vector
1.21 KB
Loading
1.11 KB
Loading
1.34 KB
Loading
1.08 KB
Loading
1.13 KB
Loading
1.41 KB
Loading
1.33 KB
Loading

0 commit comments

Comments
 (0)