Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. "VertexlitGeneric"
  2. {
  3.  
  4. //"$basetexture" "models/tdmcars/"
  5. //"$basetexture" "models/lonewolfiescars/"
  6. "$basetexture" "fpiu16_liveries/CFD"
  7.  
  8. "$bumpmap" "models/tdmcars/shared/skin_nm"
  9. "$nodecal" "1"
  10. "$phong" 1
  11. "$phongexponent" 20
  12. "$phongboost" 2
  13. "$envmap" "env_cubemap"
  14. "$envmapfresnel" "1.2"
  15. "$phongfresnelranges" "[0.25 0.8 2.6]"
  16. "$envmaptint" "[0.5 0.5 0.5]"
  17. "$phongfix" "{20 20 20}"
  18.  
  19. Proxies
  20. {
  21. Equals
  22. {
  23. srcVar1 $color
  24. resultVar $phongtint
  25. }
  26. Add
  27. {
  28. srcVar1 $phongfix
  29. srcVar2 $phongtint
  30. resultVar $phongtint
  31. }
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement