Advertisement
expired6978

Tint Records

Jun 3rd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. enum
  2. {
  3. kSlotForeheadMask = 0,
  4. kSlotEyesMask,
  5. kSlotNoseMask,
  6. kSlotEarsMask,
  7. kSlotCheeksMask,
  8. kSlotMouthMask,
  9. kSlotNeckMask,
  10. kSlotLipColor,
  11. kSlotCheekColor,
  12. kSlotEyeliner,
  13. kSlotEyeSocketUpper,
  14. kSlotEyeSocketLower,
  15. kSlotSkinTone,
  16. kSlotPaint,
  17. kSlotLaughLines,
  18. kSlotCheekColorLower,
  19. kSlotNose,
  20. kSlotChin,
  21. kSlotNeck,
  22. kSlotForehead,
  23. kSlotDirt,
  24. kSlotScar,
  25. kSlotFaceDetail,
  26. kSlotBrows,
  27. kNumSlots
  28. };
  29.  
  30. enum
  31. {
  32. kBlendOpDefault,
  33. kBlendOpMultiply,
  34. kBlendOpOverlay,
  35. kBlendOpSoftLight,
  36. kBlendOpHardLight,
  37. };
  38.  
  39. enum
  40. {
  41. kFlagOnOff = (1 << 0),
  42. kFlagChargenDetail = (1 << 1),
  43. kFlagTakesSkinTone = (1 << 2)
  44. };
  45.  
  46. Tint Template Group
  47. TTEF - Flags
  48.  
  49. TTEC - Template Colors
  50. Template Color
  51. Color (ColorForm)
  52. Alpha (float)
  53. Template Index (uint16)
  54. Flags (uint32) - same as flags above
  55. TETI
  56. Slot (uint16)
  57. Template Index (uint16)
  58. TTED - Default Value (float)
  59. TTGE - Group index? Entry? this is just a number, could be related to sorting in the menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement