Advertisement
Guest User

Untitled

a guest
Dec 16th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. // Occlusion Map
  2. case 0x7176BF2: // T7/T8
  3. case 0x6001F931:
  4. // Normal Map
  5. case 0x59D30D0F:
  6. // Spec Map (Color and Mask, depending on techset) (T7/T8)
  7. case 0xEC443804:
  8. // Emissive Map
  9. case 0x34614347:
  10. case 0x6CC85B10:
  11. // Specular/Gloss Map (for WW2 this is also the combined image)
  12. case 0x34ECCCB3:
  13. // Reveal Map
  14. case 0x34D849D5:
  15. // Gloss Map (T7/T8)
  16. case 0x6D0A6C98:
  17. // Camo Mask (T7/T8)
  18. case 0x77151208:
  19. // Camo Mask (other game)
  20. case 0xBAE31156:
  21. // Mask (Mix Tile other games) (in WW2 it's also the mask used for overlaying dirt on the gun, as well as Mix)
  22. case 0xBAE31155:
  23. // Normal Map (Mix)
  24. case 0x5A7D8972:
  25. // Color Map (Mix)
  26. case 0x27568B1C:
  27. // Color Map
  28. case 0xA0AB1041:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement