home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / OpenArena / baseoa / pak2-players.pk3 / scripts / player_kyonshi.shader < prev    next >
Encoding:
Text File  |  2006-11-24  |  8.9 KB  |  512 lines

  1. models/players/kyonshi/hair
  2. {
  3.     cull disable
  4.     {
  5.         map models/players/kyonshi/hair.tga
  6.         rgbGen lightingDiffuse
  7.         alphaFunc GE128
  8.     }
  9. }
  10.  
  11. models/players/kyonshi/torso
  12. {
  13.     {
  14.         map models/players/kyonshi/torso.tga
  15.         rgbGen lightingDiffuse
  16.     }
  17.     {
  18.         map textures/effects/envmapgold.tga
  19.         blendfunc add
  20.         rgbGen lightingDiffuse
  21.         tcGen environment 
  22.     }
  23.     {
  24.         map models/players/kyonshi/torso.tga
  25.         blendfunc blend
  26.         rgbGen lightingDiffuse
  27.     }
  28. }
  29.  
  30. models/players/kyonshi/lower
  31. {
  32.     {
  33.         map models/players/kyonshi/lower.tga
  34.         rgbGen lightingDiffuse
  35.     }
  36.     {
  37.         map textures/effects/envmapgold.tga
  38.         blendfunc add
  39.         rgbGen lightingDiffuse
  40.         tcGen environment 
  41.     }
  42.     {
  43.         map models/players/kyonshi/lower.tga
  44.         blendfunc blend
  45.         rgbGen lightingDiffuse
  46.     }
  47. }
  48.  
  49. models/players/kyonshi/eyes
  50. {
  51.     {
  52.         map models/players/kyonshi/eyes.tga
  53.         rgbGen lightingDiffuse
  54.     }
  55.     {
  56.         clampmap textures/effects/skinspecmulttin.tga
  57.         blendfunc gl_dst_color gl_src_color
  58.         tcGen environment 
  59.     }
  60. }
  61.  
  62. models/players/kyonshi/eyeserr
  63. {
  64.     {
  65.         map models/players/kyonshi/eyes.tga
  66.         rgbGen lightingDiffuse
  67.     }
  68.     {
  69.         clampmap textures/effects/eyespec.tga
  70.         blendfunc add
  71.         rgbGen lightingDiffuse
  72.         tcGen environment 
  73.     }
  74. }
  75.  
  76. models/players/kyonshi/skin
  77. {
  78.     {
  79.         map models/players/kyonshi/skin.tga
  80.         rgbGen lightingDiffuse
  81.     }
  82.     {
  83.         map textures/effects/skinspecmult.tga
  84.         blendfunc gl_dst_color gl_src_color
  85.         tcGen environment 
  86.     }
  87.     {
  88.         map models/players/kyonshi/skin.tga
  89.         blendfunc blend
  90.         rgbGen lightingDiffuse
  91.     }
  92. }
  93.  
  94. models/players/kyonshi/skinde
  95. {
  96.     {
  97.         map models/players/kyonshi/skin.tga
  98.         rgbGen lightingDiffuse
  99.     }
  100.     {
  101.         map $whiteimage 
  102.         blendfunc gl_src_alpha gl_one
  103.         rgbGen lightingDiffuse
  104.         alphaGen lightingSpecular
  105.     }
  106.     {
  107.         map models/players/kyonshi/skin.tga
  108.         blendfunc blend
  109.         rgbGen lightingDiffuse
  110.     }
  111. }
  112.  
  113. models/players/kyonshi/skincrap
  114. {
  115.     {
  116.         map $whiteimage 
  117.         rgbGen lightingDiffuse
  118.     }
  119.     {
  120.         map models/players/kyonshi/skin.tga
  121.         blendfunc gl_dst_color gl_one_minus_src_alpha
  122.         rgbGen identity
  123.         alphaGen lightingSpecular
  124.     }
  125. }
  126.  
  127. // -----------------------------------------------------------
  128. // RED SKIN!
  129. // -----------------------------------------------------------
  130. models/players/kyonshi/hairred
  131. {
  132.     cull disable
  133.     {
  134.         map models/players/kyonshi/hairred.tga
  135.         rgbGen lightingDiffuse
  136.         alphaFunc GE128
  137.     }
  138. }
  139.  
  140. models/players/kyonshi/sleevered
  141. {
  142.     cull disable
  143.     {
  144.         map models/players/kyonshi/torsored.tga
  145.         blendfunc blend
  146.         rgbGen lightingDiffuse
  147.         alphaGen wave sin 0.8 0 0 0 
  148.     }
  149. }
  150.  
  151. models/players/kyonshi/sleeve
  152. {
  153.     cull disable
  154.     {
  155.         map models/players/kyonshi/torso.tga
  156.         blendfunc blend
  157.         rgbGen lightingDiffuse
  158.         alphaGen wave sin 0.8 0 0 0 
  159.     }
  160. }
  161.  
  162. models/players/kyonshi/sleeveblue
  163. {
  164.     cull disable
  165.     {
  166.         map models/players/kyonshi/torsoblue.tga
  167.         blendfunc blend
  168.         rgbGen lightingDiffuse
  169.         alphaGen wave sin 0.8 0 0 0 
  170.     }
  171. }
  172.  
  173. models/players/kyonshi/dress
  174. {
  175.     cull disable
  176.     {
  177.         map models/players/kyonshi/lower.tga
  178.         blendfunc blend
  179.         rgbGen lightingDiffuse
  180.         alphaGen wave sin 0.8 0 0 0 
  181.     }
  182. }
  183.  
  184. models/players/kyonshi/dressblue
  185. {
  186.     cull disable
  187.     {
  188.         map models/players/kyonshi/lowerblue.tga
  189.         blendfunc blend
  190.         rgbGen lightingDiffuse
  191.         alphaGen wave sin 0.8 0 0 0 
  192.     }
  193. }
  194.  
  195. models/players/kyonshi/dressred
  196. {
  197.     cull disable
  198.     {
  199.         map models/players/kyonshi/lowerred.tga
  200.         blendfunc blend
  201.         rgbGen lightingDiffuse
  202.         alphaGen wave sin 0.8 0 0 0 
  203.     }
  204. }
  205.  
  206. models/players/kyonshi/torsored
  207. {
  208.     {
  209.         map models/players/kyonshi/torsored.tga
  210.         rgbGen lightingDiffuse
  211.     }
  212.     {
  213.         map textures/effects/envmapgold.tga
  214.         blendfunc add
  215.         rgbGen lightingDiffuse
  216.         tcGen environment 
  217.     }
  218.     {
  219.         map models/players/kyonshi/torsored.tga
  220.         blendfunc blend
  221.         rgbGen lightingDiffuse
  222.     }
  223. }
  224.  
  225. models/players/kyonshi/lowerred
  226. {
  227.     {
  228.         map models/players/kyonshi/lowerred.tga
  229.         rgbGen lightingDiffuse
  230.     }
  231.     {
  232.         map textures/effects/envmapgold.tga
  233.         blendfunc add
  234.         rgbGen lightingDiffuse
  235.         tcGen environment 
  236.     }
  237.     {
  238.         map models/players/kyonshi/lowerred.tga
  239.         blendfunc blend
  240.         rgbGen lightingDiffuse
  241.     }
  242. }
  243.  
  244. models/players/kyonshi/eyesred
  245. {
  246.     {
  247.         map models/players/kyonshi/eyesred.tga
  248.         rgbGen lightingDiffuse
  249.     }
  250.     {
  251.         clampmap textures/effects/skinspecmult.tga
  252.         blendfunc gl_dst_color gl_src_color
  253.         tcGen environment 
  254.     }
  255.     {
  256.         clampmap textures/effects/skinspecmult.tga
  257.         blendfunc gl_dst_color gl_src_color
  258.         tcGen environment 
  259.     }
  260.     {
  261.         clampmap textures/effects/skinspecmulttin.tga
  262.         blendfunc gl_dst_color gl_src_color
  263.         tcGen environment 
  264.     }
  265. }
  266.  
  267. models/players/kyonshi/skinred
  268. {
  269.     {
  270.         map models/players/kyonshi/skinred.tga
  271.         rgbGen lightingDiffuse
  272.     }
  273.     {
  274.         map textures/effects/skinspecmult2.tga
  275.         blendfunc gl_dst_color gl_src_color
  276.         tcGen environment 
  277.     }
  278.     {
  279.         map textures/effects/skinspecmult.tga
  280.         blendfunc gl_dst_color gl_src_color
  281.         tcGen environment 
  282.     }
  283.     {
  284.         map textures/effects/skinspecmulttin.tga
  285.         blendfunc gl_dst_color gl_src_color
  286.         tcGen environment 
  287.     }
  288.     {
  289.         map models/players/kyonshi/skinred.tga
  290.         blendfunc blend
  291.         rgbGen lightingDiffuse
  292.     }
  293. }
  294.  
  295. // ---------------------------------------------------------
  296. // BLUE SKIN !!!!
  297. // ---------------------------------------------------------
  298. models/players/kyonshi/hairblue
  299. {
  300.     cull disable
  301.     {
  302.         map models/players/kyonshi/hairblue.tga
  303.         rgbGen lightingDiffuse
  304.         alphaFunc GE128
  305.     }
  306. }
  307.  
  308. models/players/kyonshi/torsoblue
  309. {
  310.     {
  311.         map models/players/kyonshi/torsoblue.tga
  312.         rgbGen lightingDiffuse
  313.     }
  314.     {
  315.         map textures/effects/tinfx2d.tga
  316.         blendfunc add
  317.         rgbGen lightingDiffuse
  318.         tcGen environment 
  319.     }
  320.     {
  321.         map models/players/kyonshi/torsoblue.tga
  322.         blendfunc blend
  323.         rgbGen lightingDiffuse
  324.     }
  325. }
  326.  
  327. models/players/kyonshi/lowerblue
  328. {
  329.     {
  330.         map models/players/kyonshi/lowerblue.tga
  331.         rgbGen lightingDiffuse
  332.     }
  333.     {
  334.         map textures/effects/tinfx2d.tga
  335.         blendfunc add
  336.         rgbGen lightingDiffuse
  337.         tcGen environment 
  338.     }
  339.     {
  340.         map models/players/kyonshi/lowerblue.tga
  341.         blendfunc blend
  342.         rgbGen lightingDiffuse
  343.     }
  344. }
  345.  
  346. models/players/kyonshi/eyesblue
  347. {
  348.     {
  349.         map models/players/kyonshi/eyesblue.tga
  350.         rgbGen lightingDiffuse
  351.     }
  352.     {
  353.         clampmap textures/effects/skinspecmult.tga
  354.         blendfunc gl_dst_color gl_src_color
  355.         tcGen environment 
  356.     }
  357.     {
  358.         clampmap textures/effects/skinspecmult.tga
  359.         blendfunc gl_dst_color gl_src_color
  360.         tcGen environment 
  361.     }
  362.     {
  363.         clampmap textures/effects/skinspecmulttin.tga
  364.         blendfunc gl_dst_color gl_src_color
  365.         tcGen environment 
  366.     }
  367. }
  368.  
  369. models/players/kyonshi/skinblue
  370. {
  371.     {
  372.         map models/players/kyonshi/skinblue.tga
  373.         rgbGen lightingDiffuse
  374.     }
  375.     {
  376.         map textures/effects/skinspecmult2.tga
  377.         blendfunc gl_dst_color gl_src_color
  378.         tcGen environment 
  379.     }
  380.     {
  381.         map textures/effects/skinspecmult.tga
  382.         blendfunc gl_dst_color gl_src_color
  383.         tcGen environment 
  384.     }
  385.     {
  386.         map textures/effects/skinspecmulttin.tga
  387.         blendfunc gl_dst_color gl_src_color
  388.         tcGen environment 
  389.     }
  390.     {
  391.         map models/players/kyonshi/skinblue.tga
  392.         blendfunc blend
  393.         rgbGen lightingDiffuse
  394.     }
  395. }
  396.  
  397.  
  398. // Hidden skin of recolor experiments.
  399.  
  400. models/players/kyonshi/skinbeh
  401. {
  402.     {
  403.         map models/players/kyonshi/skinblue.tga
  404.         rgbGen const ( 0.607843 0.788235 0.882353 )
  405.     }
  406.     {
  407.         map textures/effects/skinspecmult2.tga
  408.         blendfunc gl_dst_color gl_src_color
  409.         tcGen environment 
  410.     }
  411.     {
  412.         map textures/effects/skinspecmult.tga
  413.         blendfunc gl_dst_color gl_src_color
  414.         tcGen environment 
  415.     }
  416.     {
  417.         map textures/effects/skinspecmulttin.tga
  418.         blendfunc gl_dst_color gl_src_color
  419.         tcGen environment 
  420.     }
  421.     {
  422.         map models/players/kyonshi/skinred.tga
  423.         blendfunc blend
  424.         rgbGen const ( 0.411765 0.45098 0.796079 )
  425.     }
  426.     {
  427.         map $whiteimage 
  428.         blendfunc filter
  429.         rgbGen lightingDiffuse
  430.     }
  431. }
  432.  
  433. models/players/kyonshi/torsobeh
  434. {
  435.     {
  436.         map textures/oafx/suitshell.tga
  437.         rgbGen identity
  438.         tcGen environment 
  439.     }
  440.     {
  441.         map models/players/kyonshi/torso.tga
  442.         blendfunc blend
  443.         rgbGen const ( 0.705882 0.0862745 0.972549 )
  444.     }
  445.     {
  446.         map $whiteimage 
  447.         blendfunc filter
  448.         rgbGen lightingDiffuse
  449.     }
  450. }
  451.  
  452. models/players/kyonshi/lowerbeh
  453. {
  454.     {
  455.         map textures/oafx/suitshell.tga
  456.         rgbGen identity
  457.         tcGen environment 
  458.     }
  459.     {
  460.         map models/players/kyonshi/lower.tga
  461.         blendfunc blend
  462.         rgbGen const ( 0.643137 0.0862745 0.972549 )
  463.     }
  464.     {
  465.         map $whiteimage 
  466.         blendfunc filter
  467.         rgbGen lightingDiffuse
  468.     }
  469. }
  470.  
  471. models/players/kyonshi/cuffbeh
  472. {
  473.     cull disable
  474.     {
  475.         map textures/oafx/suitshell.tga
  476.         rgbGen lightingDiffuse
  477.         tcGen environment 
  478.     }
  479. }
  480.  
  481. models/players/kyonshi/eyesbeh
  482. {
  483.     {
  484.         map models/players/kyonshi/eyes.tga
  485.         rgbGen lightingDiffuse
  486.     }
  487.     {
  488.         clampmap textures/effects/skinspec.tga
  489.         blendfunc add
  490.         tcGen environment 
  491.     }
  492.     {
  493.         map models/players/kyonshi/eyes.tga
  494.         blendfunc filter
  495.     }
  496.     {
  497.         map models/players/kyonshi/eyes.tga
  498.         blendfunc add
  499.         rgbGen lightingDiffuse
  500.     }
  501. }
  502.  
  503. models/players/kyonshi/hairbeh
  504. {
  505.     cull disable
  506.     {
  507.         map models/players/kyonshi/hair.tga
  508.         blendfunc blend
  509.         rgbGen lightingDiffuse
  510.     }
  511. }
  512.