Advertisement
killerbng

Character Blob

Feb 11th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Character Layout
  2.  
  3. MeshLayout
  4. StructProperty
  5. CharacterMeshLayout
  6. (Int)Helmet
  7. (Int)Hair isFemale ? 0-12 : 0-11
  8. (Int)FacialHair
  9. (Int)Head isFemale ? 0-6 : 0-4
  10. (Int)Forearms
  11. (Int)Hands
  12. (Int)UpperBody
  13. (Int)LowerBody
  14. (Int)Legs
  15. (Int)Feet
  16.  
  17. TextureLayout
  18. StructProperty
  19. CharacterTextureLayout
  20. (Int)EyebrowTexture isFemale ? 0-8 : 0-8
  21. (Int)EyeTexture isFemale ? 0.-9 : 0-4
  22. (Int)LipTexture isFemale ? 0-5 : 0
  23. (Int)WarpaintTexture
  24. (Int)HairlineTexture isFemale ? 0-12 : 0-11
  25.  
  26. TintLayout
  27. StructProperty
  28. CharacterTintLayout
  29. (Int)Skin isFemale ? 0-8 : 0-8
  30. (Int)Hair isFemale ? 0-17 : 0-17
  31. (Int)FacialHair isFemale ? 0-4 : 0-4
  32. (Int)Eyes isFemale ? 0-15 : 0-15
  33. (Int)Eyebrows isFemale ? 0-14 : 0-14
  34. (Int)EyeMakeup isFemale ? 0-11 : 0-11
  35. (Int)LipMakeup isFemale ? 0-9 : 0-9
  36. (Int)Warpaint isFemale ? 0 : 0
  37.  
  38. BoolParams
  39. StructProperty
  40. CharacterBoolParameters
  41. (Bool)IsFemale isFemale ? 1 : 0
  42.  
  43. IntParams
  44. StructProperty
  45. CharacterIntParameters
  46. Physique.....IntProperty
  47. (Int)Voice isFemale ? 0-5 : 0-5
  48.  
  49. ScalarParams
  50. StructProperty
  51. CharacterScalarParameters
  52. (Float)Physique isFemale ? 0.0/1.5 : 0.0/2.0
  53. (Float)Height isFemale ? 0.95/1.05 : 0.95/1.05
  54. (Float)Bust isFemale ? 0.4/1.5 : 0.4/1.5
  55. (Float)Dick isFemale ? 0.4/1.5 : 0.4/1.5
  56. (Float)EyeAngle isFemale ? -5.5/2.237 : -5.0/5.0
  57. (Float)EyeSize isFemale ? 0.85/1.18 : 0.85/1.18
  58. (Float)EyeDepth isFemale ? -0.1/0.3 : -0.1/0.3
  59. (Float)NoseWidth isFemale ? 0.5/-0.9 : 0.5/-0.9
  60. (Float)NoseSize isFemale ? 0.5/1.2 : 0.5/1.2
  61. (Float)NoseCurve isFemale ? -1.0/20.311001 : -22.033001/24.677999
  62. (Float)JawWidth isFemale ? 0.698/-0.586 : 0.736/-0.531
  63. (Float)CheekHeight isFemale ? 0.0/1.5 : 0.0/2.0
  64. (Float)CheekWidth isFemale ? 1.5/-1.5 : 1.5/-1.5
  65. (Float)ChinWidth isFemale ? 1.5/-5.0 : 2.69/-5.0
  66. (Float)EarAngle isFemale ? -20.0/5.0 : -20/5.0
  67. (Float)EarSize isFemale ? 0.886/1.101 : 0.885/1.121
  68. (Float)LipSize isFemale ? 0.0/2.0 : 0.0/2.0
  69. (Float)Pitch
  70. // Todo
  71. EnumParams
  72. StructProperty
  73. CharacterEnumParameters
  74. God.....ByteProperty.............
  75. CharacterGod......CharacterGod::Crom.....
  76. Race.....ByteProperty.............
  77. CharacterRace......CharacterRace::Kushite.....
  78. CrimeOne.....ByteProperty."...........CharacterCrime......CharacterCrime::Pickpocketing.....
  79. CrimeTwo.....ByteProperty."...........CharacterCrime......CharacterCrime::Pickpocketing.....
  80. CrimeThree.....ByteProperty."...........CharacterCrime......CharacterCrime::Pickpocketing.....
  81.  
  82. ArmourDyeParams
  83. StructProperty
  84. CharacterArmourDyeParams
  85. Helmet
  86. ArmourSlotDyeParams
  87. (Int)Channel1
  88. (Int)Channel2
  89. (Int)Channel3
  90. (Int)Channel4
  91.  
  92. Forearms
  93. StructProperty
  94. ArmourSlotDyeParams
  95. (Int)Channel1
  96. (Int)Channel2
  97. (Int)Channel3
  98. (Int)Channel4
  99. Hands
  100. StructProperty
  101. ArmourSlotDyeParams
  102. (Int)Channel1
  103. (Int)Channel2
  104. (Int)Channel3
  105. (Int)Channel4
  106. UpperBody
  107. StructProperty
  108. ArmourSlotDyeParams
  109. (Int)Channel1
  110. (Int)Channel2
  111. (Int)Channel3
  112. (Int)Channel4
  113. LowerBody
  114. StructProperty
  115. ArmourSlotDyeParams
  116. (Int)Channel1
  117. (Int)Channel2
  118. (Int)Channel3
  119. (Int)Channel4
  120. Legs
  121. StructProperty
  122. ArmourSlotDyeParams
  123. (Int)Channel1
  124. (Int)Channel2
  125. (Int)Channel3
  126. (Int)Channel4
  127. Feet
  128. StructProperty
  129. ArmourSlotDyeParams
  130. (Int)Channel1
  131. (Int)Channel2
  132. (Int)Channel3
  133. (Int)Channel4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement