Advertisement
Guest User

earth_quake's rail impact script for wolfcam

a guest
Feb 13th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. earth_quake's rail impact script
  2. Question: How can I make the yellow burn visible over the orange and black? At the moment it appears to be hiding behind the orange ^^ Thanks.
  3.  
  4. /////////////////////////////////////////////////////////////////black mark on the surface
  5. shader gfx/damage/burn_med_mrk
  6. size 25
  7. Decal
  8.  
  9. /////////////////////////////////////////////////////////////////orange cut mark
  10. shader flareshader
  11. alpha 0.8
  12. color 1 0.3 0.1
  13. size 6
  14. colorfade 0.2
  15. decal
  16.  
  17. //////////////////////////////////////////////////////////////////yellow burn centre
  18. shader flareshader
  19. alpha 1
  20. color 0.9 0.7 0
  21. size 3
  22. colorfade 0.1
  23. decal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement