Re: Gold can't be collected
I know what you're trying to say, but you're not quite right.
This is a bit of code from one of my maps;
Code:
AddTerrainDebris = TerrainDebris
InstanceName = Space Gold <--- Can be named anything.
DebrisFile = ContentFile
Path = Base.rte/Scenes/Objects/Gold/Gold.bmp
DebrisPieceCount = 26
DebrisMaterial = Material
CopyOf = Gold <--- keep this Gold, always.
TargetMaterial = Material
CopyOf = Space Soil <--- Your custom layer where you'd like to see the gold appear from.
OnlyOnSurface = 0
MinDepth = 25
MaxDepth = 350
DensityPerMeter = 2.0
I hope it makes sense.