-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodule_skins.py
More file actions
177 lines (161 loc) · 7.12 KB
/
module_skins.py
File metadata and controls
177 lines (161 loc) · 7.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
from header_skins import *
####################################################################################################################
# Each skin record contains the following fields:
# 1) Skin id: used for referencing skins.
# 2) Skin flags. Not used yet. Should be 0.
# 3) Body mesh.
# 4) Calf mesh (left one).
# 5) Hand mesh (left one).
# 6) Head mesh.
# 7) Face keys (list)
# 8) List of hair meshes.
# 9) List of beard meshes.
# 10) List of hair textures.
# 11) List of beard textures.
# 12) List of face textures.
# 13) List of voices.
# 14) Skeleton name
# 15) Scale (doesn't fully work yet)
# 16) Blood particles 1 (do not add this if you wish to use the default particles)
# 17) Blood particles 2 (do not add this if you wish to use the default particles)
# 17) Face key constraints (do not add this if you do not wish to use it)
####################################################################################################################
chin_size = 0
chin_shape = 1
chin_forward = 2
jaw_width = 3
jaw_position = 4
mouth_nose_distance = 5
mouth_width = 6
cheeks = 7
nose_height = 8
nose_width = 9
nose_size = 10
nose_shape = 11
nose_bridge = 12
cheek_bones = 13
eye_width = 14
eye_to_eye_dist = 15
eye_shape = 16
eye_depth = 17
eyelids = 18
eyebrow_position = 19
eyebrow_height = 20
eyebrow_depth = 21
eyebrow_shape = 22
temple_width = 23
face_depth = 24
face_ratio = 25
face_width = 26
comp_less_than = -1
comp_greater_than = 1
skins = [
("man", 0, "man_body", "man_calf_l", "m_handL", "male_head",
[(20, 0, 0.7, -0.6, "Chin Size"),
(260, 0, -0.6, 1.4, "Chin Shape"),
(10, 0, -0.5, 0.9, "Chin Forward"),
(240, 0, 0.9, -0.8, "Jaw Width"),
(210, 0, -0.5, 1.0, "Jaw Position"),
(250, 0, 0.8, -1.0, "Mouth-Nose Distance"),
(200, 0, -0.3, 1.0, "Mouth Width"),
(50, 0, -1.5, 1.0, "Cheeks"),
(60, 0, -0.4, 1.35, "Nose Height"),
(70, 0, -0.6, 0.7, "Nose Width"),
(80, 0, 1.0, -0.1, "Nose Size"),
(270, 0, -0.5, 1.0, "Nose Shape"),
(90, 0, -0.2, 1.4, "Nose Bridge"),
(100, 0, -0.3, 1.5, "Cheek Bones"),
(150, 0, -0.2, 3.0, "Eye Width"),
(110, 0, 1.5, -0.9, "Eye to Eye Dist"),
(120, 0, 1.9, -1.0, "Eye Shape"),
(130, 0, -0.5, 1.1, "Eye Depth"),
(140, 0, 1.0, -1.2, "Eyelids"),
(160, 0, 1.3, -0.2, "Eyebrow Position"),
(170, 0, -0.1, 1.9, "Eyebrow Height"),
(220, 0, -0.1, 0.9, "Eyebrow Depth"),
(180, 0, -1.1, 1.6, "Eyebrow Shape"),
(230, 0, 1.2, -0.7, "Temple Width"),
(30, 0, -0.6, 0.9, "Face Depth"),
(40, 0, 0.9, -0.6, "Face Ratio"),
(190, 0, 0.0, 0.95, "Face Width"),
(280, 0, 0.0, 1.0, "Post-Edit"),
],
["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_y5","man_hair_y8"],
["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_q"],
["hair_blonde","hair_red","hair_brunette","hair_black","hair_white"],
["beard_blonde","beard_red","beard_brunette","beard_black","beard_white"],
[("manface_young_2",0xffcbe0e0,["hair_blonde"],[0xffffffff, 0xffb04717, 0xff502a19]),
("manface_midage",0xffdfefe1,["hair_blonde"],[0xffffffff, 0xffb04717, 0xff632e18, 0xff502a19, 0xff19100c]),
("manface_young",0xffd0e0e0,["hair_blonde"],[0xff83301a, 0xff502a19, 0xff19100c, 0xff0c0d19]),
("manface_young_3",0xffdceded,["hair_blonde"],[0xff2f180e, 0xff171313, 0xff007080c]),
("manface_7",0xffc0c8c8,["hair_blonde"],[0xff171313, 0xff007080c]),
("manface_midage_2",0xfde4c8d8,["hair_blonde"],[0xff502a19, 0xff19100c, 0xff0c0d19]),
("manface_rugged",0xffb0aab5,["hair_blonde"],[0xff171313, 0xff007080c]),
("manface_african",0xff807c8a,["hair_blonde"],[0xff120808, 0xff007080c]),
],
[(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_man_yell"),
(voice_stun,"snd_man_stun"),
(voice_victory,"snd_man_victory"),
],
"skel_human", 1.0, "psys_game_blood","psys_game_blood_2",
[[1.7, comp_greater_than, (1.0,face_width), (1.0,temple_width)],
[0.3, comp_less_than, (1.0,face_width), (1.0,temple_width)],
[1.7, comp_greater_than, (1.0,face_width), (1.0,face_depth)],
[0.3, comp_less_than, (1.0,eyebrow_height), (1.0,eyebrow_position)],
[1.7, comp_greater_than, (1.0,eyebrow_height), (1.0,eyebrow_position)],
[-0.7, comp_less_than, (1.0,nose_size), (-1.0,nose_shape)],
[0.7, comp_greater_than, (1.0,nose_size), (-1.0,nose_shape)],
[2.7, comp_greater_than, (1.0,chin_size), (1.0,mouth_nose_distance), (1.0,nose_height), (-1.0,face_width)],
]
),
("woman", skf_use_morph_key_10, "woman_body", "woman_calf_l", "f_handL", "female_head",
[(230, 0, 0.8, -1.0, "Chin Size"),
(220, 0, -1.0, 1.0, "Chin Shape"),
(10, 0, -1.2, 1.0, "Chin Forward"),
(20, 0, -0.6, 1.2, "Jaw Width"),
(40, 0, -0.7, 1.0, "Jaw Position"),
(270, 0, 0.9, -0.9, "Mouth-Nose Distance"),
(30, 0, -0.5, 1.0, "Mouth Width"),
(50, 0, -0.5, 1.0, "Cheeks"),
(60, 0, -0.5, 1.0, "Nose Height"),
(70, 0, -0.5, 1.1, "Nose Width"),
(80, 0, 1.5, -0.3, "Nose Size"),
(240, 0, -1.0, 0.8, "Nose Shape"),
(90, 0, 0.0, 1.1, "Nose Bridge"),
(100, 0, -0.5, 1.5, "Cheek Bones"),
(150, 0, -0.4, 1.0, "Eye Width"),
(110, 0, 1.0, 0.0, "Eye to Eye Dist"),
(120, 0, -0.2, 1.0, "Eye Shape"),
(130, 0, -0.1, 1.6, "Eye Depth"),
(140, 0, -0.2, 1.0, "Eyelids"),
(160, 0, -0.2, 1.2, "Eyebrow Position"),
(170, 0, -0.2, 0.7, "Eyebrow Height"),
(250, 0, -0.4, 0.9, "Eyebrow Depth"),
(180, 0, -1.5, 1.2, "Eyebrow Shape"),
(260, 0, 1.0, -0.7, "Temple Width"),
(200, 0, -0.5, 1.0, "Face Depth"),
(210, 0, -0.5, 0.9, "Face Ratio"),
(190, 0, -0.4, 0.8, "Face Width"),
(280, 0, 0.0, 1.0, "Post-Edit"),
],
["woman_hair_p","woman_hair_n","woman_hair_o","woman_hair_q","woman_hair_r","woman_hair_t","woman_hair_s"],
[],
["hair_blonde","hair_red","hair_brunette","hair_black","hair_white"],
[],
[("womanface_young",0xffe3e8ef,["hair_blonde"],[0xffffffff, 0xffb04717, 0xff502a19, 0xff19100c]),
("womanface_b",0xffdfdfdf,["hair_blonde"],[0xffa5481f, 0xff502a19, 0xff19100c, 0xff0c0d19]),
("womanface_a",0xffe8dfe5,["hair_blonde"],[0xff502a19, 0xff19100c, 0xff0c0d19]),
("womanface_brown",0xffaf9f7e,["hair_blonde"],[0xff19100c, 0xff0c0d19, 0xff007080c]),
("womanface_african",0xff808080,["hair_blonde"],[0xff120808, 0xff007080c]),
],
[(voice_die,"snd_woman_die"),
(voice_hit,"snd_woman_hit"),
(voice_yell,"snd_woman_yell"),
],
"skel_human", 1.0, "psys_game_blood","psys_game_blood_2",
),
]