Advertisement
illwieckz

crazy gloom2 light style

Apr 13th, 2024
777
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.74 KB | None | 0 0
  1. gloom2beta2/71955335FA395BA4338DCE6901B1005B
  2. { // Q3Map2 defaulted
  3.     {
  4.         map $lightmap
  5.         rgbGen identity
  6.     }
  7.    
  8.     // Q3Map2 custom lightstyle stage(s)
  9.     {
  10.         map maps/gloom2beta2/lm_0013.tga
  11.         blendFunc GL_SRC_ALPHA GL_ONE
  12.         rgbGen wave noise 1 .75 1.6 4.2 // style 2
  13.         tcGen lightmap
  14.     }
  15.     {
  16.         map $lightmap
  17.         blendFunc GL_SRC_ALPHA GL_ONE
  18.         rgbGen wave noise 1 .5 3.7 4.9 // style 3
  19.         tcGen lightmap
  20.         tcMod transform 1 0 0 1 0.50000 0.00000
  21.     }
  22.     {
  23.         map maps/gloom2beta2/lm_0013.tga
  24.         blendFunc GL_SRC_ALPHA GL_ONE
  25.         rgbGen wave noise 1 1 2.6 1.3 // style 4
  26.         tcGen lightmap
  27.         tcMod transform 1 0 0 1 0.50000 0.00000
  28.     }
  29.  
  30.     {
  31.         map textures/gloom2/es_dark-mtl_l1_vd1a.tga
  32.         blendFunc GL_DST_COLOR GL_ZERO
  33.         rgbGen identity
  34.     }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement