Announcement

Collapse
No announcement yet.

"DP New-Lava" Thread

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Downloading now

    Is this correct?
    Attached Files
    Souvenirs d'un autre monde

    Comment


    • @webangel
      no need to search, i found what caused the problem.
      i still had an old version which worked fine, and i looked at and compared the scripts of both to see what was the difference and which thing in the script caused the bug.

      and i noticed the new script had this block
      Code:
      {
            	map $lightmap
            	rgbGen identity
          	blendFunc GL_DST_COLOR GL_ZERO
           	depthFunc equal
      	}
      the old script didnt have this one block. i tried and removed that block from the shader file and....

      shazaam, now it works fine

      GET FIXED VERSION HERE
      .
      are you curious about what all there is out there in terms of HD content for quake?
      > then make sure to check out my 'definitive' HD replacement content thread! <
      everything that is out there for quake and both mission-packs, compiled into one massive thread

      Comment


      • Originally posted by talisa View Post
        @webangel
        no need to search, i found what caused the problem.
        i still had an old version which worked fine, and i looked at and compared the scripts of both to see what was the difference and which thing in the script caused the bug.

        and i noticed the new script had this block
        Code:
        {
              	map $lightmap
              	rgbGen identity
            	blendFunc GL_DST_COLOR GL_ZERO
             	depthFunc equal
        	}
        the old script didnt have this one block. i tried and removed that block from the shader file and....

        shazaam, now it works fine

        GET FIXED VERSION HERE
        Thanks Talisa,
        I´m not sure why I dont have this problem.
        My Quake folder is a mess. I have to look at this..

        Originally posted by Ghostbreed View Post
        Downloading now

        Is this correct?
        No

        Comment


        • Yeah, it's a good idea - to make an animation of lava. But in this version of this animation is almost invisible. Therefore, 70 MB - somehow a lot for such a small effect.

          Try this version of the script.
          Code:
          *lava1		
          {
          	qer_editorimage textures/lava/lava1.tga
          	qer_trans 20
          	surfaceparm nomarks
          	surfaceparm trans
          	surfaceparm water
          	surfaceparm nolightmap
          	q3map_globaltexture
          	{
          	animmap 10 textures/lava/lava1_1.tga textures/lava/lava1_2.tga textures/lava/lava1_3.tga textures/lava/lava1_4.tga textures/lava/lava1_5.tga textures/lava/lava1_6.tga textures/lava/lava1_7.tga textures/lava/lava1_8.tga textures/lava/lava1_9.tga textures/lava/lava1_10.tga textures/lava/lava1_11.tga textures/lava/lava1_12.tga textures/lava/lava1_13.tga textures/lava/lava1_14.tga textures/lava/lava1_15.tga textures/lava/lava1_14.tga textures/lava/lava1_13.tga textures/lava/lava1_12.tga textures/lava/lava1_11.tga textures/lava/lava1_10.tga textures/lava/lava1_9.tga textures/lava/lava1_8.tga textures/lava/lava1_7.tga textures/lava/lava1_6.tga textures/lava/lava1_5.tga textures/lava/lava1_4.tga textures/lava/lava1_3.tga textures/lava/lava1_2.tga
          		depthFunc equal
          		tcMod turb 1 1 0.5 0.04
          		tcMod scale 0.09 0.09
          		tcMod rotate 0.15
          		rgbGen identity
          	}
          	{
                		map $lightmap
                		rgbGen identity
              		blendFunc add
               		depthFunc equal
          	}
          	deformVertexes wave 1500 sin 2 2 0 0.3
          }

          Comment


          • deformVertexes is nice but always make some problems in Quake 1 levels....
            Just my experience.

            Comment


            • Try first! The decision in the arguments ;-)

              Comment


              • No thanks, not again.
                I tried it several times.
                If you can really see this shader in game then you will have issues....

                Comment


                • Ok, just a little video (sorry, i dnt have utube account)
                  http://rapidshare.com/share/04AA3386...B893DC570852F1

                  Comment

                  Working...
                  X