Advertisement
Guest User

fancyblood

a guest
Sep 5th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.57 KB | None | 0 0
  1. textures/slaughterhouse/bloodfancy2
  2. {
  3.     qer_editorimage textures/slaughterhouse/pool3d_3e.tga
  4.     qer_trans 1
  5.     q3map_fancywater 1 .5 .5 1
  6.     surfaceparm trans
  7.     surfaceparm nonsolid
  8.     surfaceparm water
  9.     surfaceparm nolightmap
  10.     surfaceparm fog
  11.     fogparms ( .231 .011 .011 ) 51
  12.     deformVertexes wave 64 sin 1 1 0 .5
  13.     {
  14.         map textures/slaughterhouse/pool3d_3e.tga
  15.         blendFunc GL_DST_COLOR GL_ONE
  16.         tcmod scale 2 .5
  17.         tcmod scroll .025 .01
  18.     }
  19.     {
  20.         map textures/slaughterhouse/pool3d_5e.tga
  21.         blendFunc GL_DST_COLOR GL_ONE
  22.         tcmod scale -.5 -.5
  23.         tcmod scroll .025 .025
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement