Advertisement
Guest User

VMT

a guest
Apr 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. "VertexlitGeneric"
  2. {
  3. "$basetexture" "path/to/skin"
  4. "$bumpmap" "models/LoneWolfiesCars/shared/skin_nm"
  5. "$nodecal" "1"
  6.  
  7. "$phong" 1
  8. "$phongexponent" 5
  9. "$phongboost" 0.2
  10. "$phongfresnelranges" "[1 1 1]"
  11.  
  12. "$envmap" "env_cubemap"
  13. "$envmaptint" "[0.25 0.25 0.25]"
  14.  
  15. "$normalmapalphaenvmapmask" 1
  16.  
  17. "$colorfix" "{255 255 255}"
  18. "Proxies"
  19. {
  20. "Equals"
  21. {
  22. srcVar1 $colorfix
  23. resultVar $color
  24. }
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement