[QUESTION] Fallujah Texture
Posted: 2009-01-24 12:31
I'm making a making a map and want the terrain to look like the Fallujah textures, what was texture used to make it?
there's its detail and colour textures.GroundProperties.SetDetailTexture 0 "common\terrain\textures\detail\detail_debris.dds"
GroundProperties.SetColorTexture 0 "common\terrain\textures\color\sand02_soft.dds"
GroundProperties.SetColor 0 0 0 0
GroundProperties.SetMaterial 0 Dirt
GroundProperties.SetTopTiling 0 125
GroundProperties.SetSideTiling 0 2/2
GroundProperties.SetYOffset 0 0
GroundProperties.SetPlaneMap 0 0
GroundProperties.SetColorTiling 0 5/5
GroundProperties.SetLowDetailType 0 2
GroundProperties.SetEnvMap 0 0
GroundProperties.SetDetailTexture 1 "common\terrain\textures\detail\detail_beach1.dds"
GroundProperties.SetColorTexture 1 "common\terrain\textures\color\waterbasin.dds"
GroundProperties.SetColor 1 177 168 139
GroundProperties.SetMaterial 1 Grass
GroundProperties.SetTopTiling 1 64
GroundProperties.SetSideTiling 1 2/2
GroundProperties.SetYOffset 1 0
GroundProperties.SetPlaneMap 1 0
GroundProperties.SetColorTiling 1 1/1
GroundProperties.SetLowDetailType 1 1
GroundProperties.SetEnvMap 1 0
GroundProperties.SetDetailTexture 2 "common\terrain\textures\detail\detail_sandy05.dds"
GroundProperties.SetColorTexture 2 "common\terrain\textures\color\sand02_dark.dds"
GroundProperties.SetColor 2 241 233 201
GroundProperties.SetMaterial 2 Sand
GroundProperties.SetTopTiling 2 80
GroundProperties.SetSideTiling 2 2/2
GroundProperties.SetYOffset 2 0
GroundProperties.SetPlaneMap 2 0
GroundProperties.SetColorTiling 2 1/1
GroundProperties.SetLowDetailType 2 1
GroundProperties.SetEnvMap 2 0
GroundProperties.SetDetailTexture 3 "common\terrain\textures\detail\detail_tarmac01.dds"
GroundProperties.SetColorTexture 3 "common\terrain\textures\color\tarmac03.dds"
GroundProperties.SetColor 3 131 131 131
GroundProperties.SetMaterial 3 Tarmac
GroundProperties.SetTopTiling 3 64
GroundProperties.SetSideTiling 3 2/2
GroundProperties.SetYOffset 3 0
GroundProperties.SetPlaneMap 3 0
GroundProperties.SetColorTiling 3 1/1
GroundProperties.SetLowDetailType 3 1
GroundProperties.SetEnvMap 3 0
GroundProperties.SetDetailTexture 4 "common\terrain\textures\detail\detail_garbage.dds"
GroundProperties.SetColorTexture 4 "common\terrain\textures\color\sand_detailed.dds"
GroundProperties.SetColor 4 0 0 0
GroundProperties.SetMaterial 4 Trash_light_objects
GroundProperties.SetTopTiling 4 80
GroundProperties.SetSideTiling 4 2/2
GroundProperties.SetYOffset 4 0
GroundProperties.SetPlaneMap 4 0
GroundProperties.SetColorTiling 4 1/1
GroundProperties.SetLowDetailType 4 2
GroundProperties.SetEnvMap 4 0
GroundProperties.SetDetailTexture 5 "common\terrain\textures\detail\detail_beachgravel.dds"
GroundProperties.SetColorTexture 5 "common\terrain\textures\color\sand_test01.dds"
GroundProperties.SetColor 5 50 41 31
GroundProperties.SetMaterial 5 Gravel
GroundProperties.SetTopTiling 5 64
GroundProperties.SetSideTiling 5 2/2
GroundProperties.SetYOffset 5 0
GroundProperties.SetPlaneMap 5 0
GroundProperties.SetColorTiling 5 1/1
GroundProperties.SetLowDetailType 5 1
GroundProperties.SetEnvMap 5 0
MiscGroundProperties.SetFarTopTilingHi 8
MiscGroundProperties.SetFarTopTilingLow 32
MiscGroundProperties.SetFarSideTiling 2/2
MiscGroundProperties.SetFarYOffset 0
MiscGroundProperties.SetLodSwitchDistance 75

