home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak2-players.pk3 / scripts / player_assassin.shader < prev    next >
Encoding:
Text File  |  2007-11-30  |  1.1 KB  |  62 lines

  1. //*******************************
  2. //DEFAULT_SKIN:
  3. //*******************************
  4. models/players/assassin/upper
  5. {
  6.     cull disable
  7.     {
  8.         map models/players/assassin/upper.tga
  9.         rgbGen lightingDiffuse
  10.     }
  11. }
  12. models/players/assassin/lower
  13. {
  14.     cull disable
  15.     {
  16.         map models/players/assassin/lower.tga
  17.         rgbGen lightingDiffuse
  18.         alphaFunc GE128
  19.     }
  20. }
  21.  
  22. //*******************************
  23. //BLUE_SKIN:
  24. //*******************************
  25. models/players/assassin/upper-blue
  26. {
  27.     cull disable
  28.     {
  29.         map models/players/assassin/upper-blue.tga
  30.         rgbGen lightingDiffuse
  31.     }
  32. }
  33. models/players/assassin/lower-blue
  34. {
  35.     cull disable
  36.     {
  37.         map models/players/assassin/lower-blue.tga
  38.         rgbGen lightingDiffuse
  39.         alphaFunc GE128
  40.     }
  41. }
  42.  
  43. //*******************************
  44. //RED_SKIN:
  45. //*******************************
  46. models/players/assassin/upper-red
  47. {
  48.     cull disable
  49.     {
  50.         map models/players/assassin/upper-red.tga
  51.         rgbGen lightingDiffuse
  52.     }
  53. }
  54. models/players/assassin/lower-red
  55. {
  56.     cull disable
  57.     {
  58.         map models/players/assassin/lower-red.tga
  59.         rgbGen lightingDiffuse
  60.         alphaFunc GE128
  61.     }
  62. }