Advertisement
Guest User

Untitled

a guest
Oct 15th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. "VertexLitGeneric"
  2. {
  3. "$basetexture" "models/workshop/player/items/all_class/braniac/braniac_1_color"
  4. "$bumpmap" "models/workshop/player/items/all_class/braniac/braniac_1_normal"
  5. "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
  6. "$phong" "1"
  7. "$phongexponent" "15.000000"
  8. "$phongboost" "5.000000"
  9. "$phongfresnelranges" "[.25 .5 1]"
  10. "$rimlight" "1"
  11. "$rimlightexponent" "4"
  12. "$rimlightboost" "2"
  13. "$blendtintbybasealpha" "1"
  14. "$blendtintcoloroverbase" "1.000000"
  15. "$colortint_base" "{ 234 182 200 }"
  16. "$color2" "{ 234 182 200 }"
  17. "$colortint_tmp" "[0 0 0]"
  18. "$bumpmapalphaphongmask" "1"
  19. "$cloakPassEnabled" "1"
  20. "$detail" "effects/tiledfire/fireLayeredSlowTiled512"
  21. "$detailscale" "5"
  22. "$detailblendfactor" "0"
  23. "$detailblendmode" "6"
  24. "$yellow" "0"
  25. ">=DX90"
  26. {
  27. "$selfillum" "0"
  28. }
  29. "proxies"
  30. {
  31. "invis"
  32. {
  33. }
  34. "AnimatedTexture"
  35. {
  36. "animatedtexturevar" "$detail"
  37. "animatedtextureframenumvar" "$detailframe"
  38. "animatedtextureframerate" "30"
  39. }
  40. "BurnLevel"
  41. {
  42. "resultVar" "$detailblendfactor"
  43. }
  44. "ItemTintColor"
  45. {
  46. "resultVar" "$colortint_tmp"
  47. }
  48. "SelectFirstIfNonZero"
  49. {
  50. "srcVar1" "$colortint_tmp"
  51. "srcVar2" "$colortint_base"
  52. "resultVar" "$color2"
  53. }
  54. "YellowLevel"
  55. {
  56. "resultVar" "$yellow"
  57. }
  58. "Multiply"
  59. {
  60. "srcVar1" "$color2"
  61. "srcVar2" "$yellow"
  62. "resultVar" "$color2"
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement