Page 1 of 1

Lava texture

Posted: Wed Mar 13, 2013 8:08 pm
by quick
Hi all again.
Now I need a lava texture (found the water prblem and it's fixed, so now I'm ready to lava), but I can't find one in the liquids folder. Where's there a lava texture? I don't need caulck but a texture of lava with a shader already.

Re: Lava texture

Posted: Wed Mar 13, 2013 9:17 pm
by xandaxs
Texture: (not commonly used in urt)
lavad3.jpg


(Possible) Shader:

Code: Select all

textures/folder/lava
{
   qer_editorimage textures/folder/lava.tga
   q3map_globaltexture
   surfaceparm trans   
   surfaceparm noimpact
   surfaceparm lava
   q3map_surfacelight 800
   cull disable   
   tesssize 128
   cull disable
   deformVertexes wave 100 sin 9 4 .1 0.5   
        {
      map textures/folder/lava.tga
                tcmod scale 0.6 0.5
                tcmod scroll 0.2 0.2
                tcMod turb 0.1 .1 0.01 .01
                blendFunc GL_ONE GL_ZERO
                rgbGen identity
   }
}

Re: Lava texture

Posted: Thu Mar 14, 2013 9:27 am
by quick
Thank you very much.