Advertisement
illwieckz

rockmoss shader failure

Sep 8th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. > Couldn't find image file for shader textures/sockter/ter_rockmoss
  2.  
  3. map-temple_r0.5.5~preview.pk3dir/scripts/sockter.shader
  4. -8<-------
  5. textures/sockter/ter_rockmoss // Border/edge
  6. {
  7. qer_editorimage textures/sockter/ter_rockmoss
  8.  
  9. q3map_nonplanar
  10. q3map_shadeangle 120
  11. q3map_tcGen ivector ( 256 0 0 ) ( 0 256 0 )
  12. q3map_alphaMod dotproduct2 ( 0.0 0.0 0.75 )
  13.  
  14. {
  15. map textures/sockter/ter_rock3 // Primary
  16. rgbGen identity
  17. }
  18. {
  19. map textures/sockter/ter_moss1 // Secondary
  20. blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  21. alphaFunc GE128
  22. rgbGen identity
  23. alphaGen vertex
  24. }
  25. {
  26. map $lightmap
  27. blendFunc GL_DST_COLOR GL_ZERO
  28. rgbGen identity
  29. }
  30. }
  31. -8<-------
  32.  
  33. > Couldn't find image file for shader rocktomoss
  34.  
  35. map-erbium_0~e108d63.pk3dir/scripts/map_erbium.shader
  36. -8<-------
  37. rocktomoss
  38. {
  39. dpoffsetmapping - 2 match8 184
  40. q3map_baseShader textures/map_erbium/rocktomoss
  41. qer_editorimage textures/map_erbium/rocktomoss.jpg
  42.  
  43. {
  44. map textures/map_erbium/moss.jpg
  45.  
  46. }
  47. {
  48. map textures/map_erbium/rock-grey.jpg
  49. blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
  50. alphagen vertex
  51. }
  52. {
  53. map $lightmap
  54. blendfunc GL_DST_COLOR GL_ZERO
  55. rgbGen identity
  56.  
  57. }
  58. }
  59. -8<-------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement