
 Custom Scene Material Prob.
Ok i have this porblem with my scene. I have made my own texture and material. But when i start the map, it only shows the RGB color. Here is the code:
Code:
AddMaterial = Material
   Index = 227
   InstanceName = GroundMetal
   Bounce = 0.2
   Friction = 0.9
   StructuralIntegrity = 100
   DensityKGPerVolumeL = 8.5
   GibImpulseLimitPerVolumeL = 15
   GibWoundLimitPerVolumeL = 0.1
   Priority = 10
   Color = Color
      R = 205
      G = 195
      B = 185
   TextureFile = ContentFile
      Path = Complex.rte/Images/Terrain/Metal.bmp
Anyone that can help?