Advertisement
CheezusCrust

Untitled

Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. "LightmappedGeneric"
  2. {
  3. "$basetexture" "highqualityrip/SeamlessLavaAlbedo"
  4. "$bumpmap" "highqualityrip/SeamlessLavaBump"
  5. "$selfillum" "1"
  6. "$selfillummask" "highqualityrip/SeamlessLavaGlowMask"
  7. "$selfillumtint" "1,0,0"
  8.  
  9. $sinevalue = "0"
  10. $sinevaluetwo = "0"
  11.  
  12. "Proxies"
  13. {
  14. "Sine"
  15. {
  16. "sineperiod" "2"
  17. "sinemin" "-0.25"
  18. "sinemax" "0.25"
  19. resultVar "$sinevalue"
  20. }
  21.  
  22. "Sine"
  23. {
  24. "sineperiod" "6"
  25. "sinemin" "-25"
  26. "sinemax" "25"
  27. resultVar "$sinevaluetwo"
  28. }
  29.  
  30. "TextureScroll"
  31. {
  32. "texturescrollvar" "$baseTextureTransform"
  33. "texturescrollrate" "$sinevalue"
  34. "texturescrollangle" "$sinevaluetwo"
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement