znix

fully commented guard matconfig

Mar 6th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <materials version="3" group="ene_secret_service_1"><!--
  2. <material name="mtr_secret_service_head" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  3. <bump_normal_texture file="units/payday2/characters/shared_textures/casual_male_head_nm"/>
  4. <diffuse_texture file="units/payday2/characters/shared_textures/casual_male_head_df"/>
  5. </material>
  6. <material name="mtr_secret_service_head_lod_1" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  7. <bump_normal_texture file="units/payday2/characters/shared_textures/casual_male_head_nm" mip="1"/>
  8. <diffuse_texture file="units/payday2/characters/shared_textures/casual_male_head_df" mip="1"/>
  9. </material>
  10. <material name="mtr_secret_service_head_lod_2" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  11. <bump_normal_texture file="units/payday2/characters/shared_textures/casual_male_head_nm" mip="4"/>
  12. <diffuse_texture file="units/payday2/characters/shared_textures/casual_male_head_df" mip="4"/>
  13. </material>
  14.  
  15. <material name="mtr_secret_service" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  16. <bump_normal_texture file="units/payday2/characters/shared_textures/secret_service_nm"/>
  17. <diffuse_texture file="units/payday2/characters/shared_textures/secret_service_df"/>
  18. </material>
  19. <material name="mtr_secret_service_lod_1" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  20. <bump_normal_texture file="units/payday2/characters/shared_textures/secret_service_nm" mip="1"/>
  21. <diffuse_texture file="units/payday2/characters/shared_textures/secret_service_df" mip="1"/>
  22. </material>
  23. <material name="mtr_secret_service_lod_2" render_template="generic:DIFFUSE_TEXTURE:NORMALMAP:RL_COPS:SKINNED_3WEIGHTS" version="2">
  24. <bump_normal_texture file="units/payday2/characters/shared_textures/secret_service_nm" mip="4"/>
  25. <diffuse_texture file="units/payday2/characters/shared_textures/secret_service_df" mip="4"/>
  26. </material>
  27. <material name="shadow_caster" render_template="shadow_caster_only:SKINNED_1WEIGHT" version="2"/>
  28. -->
  29. </materials>
Advertisement
Add Comment
Please, Sign In to add comment