Advertisement
Ramaraunt1

Untitled

Mar 15th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. ( "hobbit_man", 0,
  2. "hobbit_man_body", "hobbit_man_calf_l", "hobbit_m_handL",
  3. "male_head", gondor_face_keys,
  4. ["man_hair_s","man_hair_m","man_hair_n","man_hair_o", "man_hair_y10", "man_hair_y12","man_hair_p","man_hair_r","man_hair_q","man_hair_v","man_hair_t","man_hair_y6","man_hair_y3","man_hair_y7","man_hair_y9","man_hair_y11","man_hair_u","man_hair_y","man_hair_y2","man_hair_y4"], #man_hair_meshes ,"man_hair_y5","man_hair_y8",
  5. ["beard_e","beard_d","beard_k","beard_l","beard_i","beard_j","beard_z","beard_m","beard_n","beard_y","beard_p","beard_o", "beard_v", "beard_f", "beard_b", "beard_c","beard_t","beard_u","beard_r","beard_s","beard_a","beard_h","beard_g",], #beard meshes ,"beard_q"
  6. ["hair_blonde"], #hair textures
  7. ["beard_blonde"], #beard_materials
  8. [("manface_young_2" ,0xffcbe0e0,["hair_blonde"],[0xff120808, 0xff502a19, 0xffb04717,]),
  9. ("manface_midage" ,0xffdfefe1,["hair_blonde"],[0xffb04717, 0xff632e18, 0xff502a19, 0xff19100c]),
  10. ("manface_young" ,0xffd0e0e0,["hair_blonde"],[0xff502a19, 0xff19100c, 0xff0c0d19]),
  11. ("manface_young_3" ,0xffdceded,["hair_blonde"],[0xff2f180e, 0xff171313, 0xff07080c]),
  12. ("manface_7" ,0xffc0c8c8,["hair_blonde"],[0xff171313, 0xff07080c]),
  13. ("manface_midage_2",0xfde4c8d8,["hair_blonde"],[0xff502a19, 0xff19100c, 0xff0c0d19]),
  14. ("manface_rugged" ,0xffb0aab5,["hair_blonde"],[0xff171313, 0xff07080c]),
  15. ], #man_face_textures,
  16. [(voice_die,"snd_man_die"),(voice_hit,"snd_man_hit"),(voice_grunt,"snd_man_grunt"),(voice_grunt_long,"snd_man_grunt_long"),(voice_yell,"snd_gondor_yell"),(voice_victory,"snd_gondor_victory")], #voice sounds
  17. "skel_hobbit", 1.0,
  18. "psys_game_blood","psys_game_blood_2",
  19. [[1.7, comp_greater_than, (1.0,face_width), (1.0,temple_width)], #constraints: ex: 1.7 > (face_width + temple_width)
  20. [0.3, comp_less_than, (1.0,face_width), (1.0,temple_width)],
  21. [1.7, comp_greater_than, (1.0,face_width), (1.0,face_depth)],
  22. [0.3, comp_less_than, (1.0,eyebrow_height), (1.0,eyebrow_position)],
  23. [1.7, comp_greater_than, (1.0,eyebrow_height), (1.0,eyebrow_position)],
  24. [-0.7, comp_less_than, (1.0,nose_size), (-1.0,nose_shape)],
  25. [0.7, comp_greater_than, (1.0,nose_size), (-1.0,nose_shape)],
  26. [2.7, comp_greater_than, (1.0,chin_size), (1.0,mouth_nose_distance), (1.0,nose_height), (-1.0,face_width)],
  27. ]
  28. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement