Wetlands texture

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • imported_Stinger
    Member
    • Jul 2006
    • 31

    #1

    Wetlands texture

    How i can make the ground texture of zatar wetlands? i find the detail texture, but how i make that really wet?
    Tried most of i could see, like merging, applying color textures of each type, none has workd out, any ideas?
    thx
  • tf0t

    #2
    Re: Wetlands texture

    what exactly are you talking about? are you talking about the little puddles?

    Comment

    • imported_Stinger
      Member
      • Jul 2006
      • 31

      #3
      Re: Wetlands texture

      yes, they didnt look like there is water.
      sorry for my english

      Comment

      • wolfi

        #4
        Re: Wetlands texture

        Thats the code for my map. Use this Detail Textures and this Color Texture.
        Ensure you activated Envmap so it shows the environment.

        Detail Texture 0 "common\terrain\textures\detail\detail_mud01.d ds"
        Detail Texture 1 "common\terrain\textures\detail\detail_swampgrass0 1.dds"
        Color Texture "common\terrain\textures\color\waterbasin.dds"
        Material 0 "Mud_wet"
        Material 1 "Water_puddle"
        Envmap 0 "0"
        Envmap 1 "1"

        Comment

        Working...