-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
104 lines (102 loc) · 4.68 KB
/
config.lua
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
Config = {}
Config.RefreshDataTime = 100
Config.pedBones = {
{ bone = "SKEL_ROOT", boneId = 0 },
{ bone = "FB_R_Brow_Out_000", boneId = 1356 },
{ bone = "SKEL_L_Toe0", boneId = 2108 },
{ bone = "MH_R_Elbow", boneId = 2992 },
{ bone = "SKEL_L_Finger01", boneId = 4089 },
{ bone = "SKEL_L_Finger02", boneId = 4090 },
{ bone = "SKEL_L_Finger31", boneId = 4137 },
{ bone = "SKEL_L_Finger32", boneId = 4138 },
{ bone = "SKEL_L_Finger41", boneId = 4153 },
{ bone = "SKEL_L_Finger42", boneId = 4154 },
{ bone = "SKEL_L_Finger11", boneId = 4169 },
{ bone = "SKEL_L_Finger12", boneId = 4170 },
{ bone = "SKEL_L_Finger21", boneId = 4185 },
{ bone = "SKEL_L_Finger22", boneId = 4186 },
{ bone = "RB_L_ArmRoll", boneId = 5232 },
{ bone = "IK_R_Hand", boneId = 6286 },
{ bone = "RB_R_ThighRoll", boneId = 6442 },
{ bone = "SKEL_R_Clavicle", boneId = 10706 },
{ bone = "FB_R_Lip_Corner_000", boneId = 11174 },
{ bone = "SKEL_Pelvis", boneId = 11816 },
{ bone = "IK_Head", boneId = 12844 },
{ bone = "SKEL_L_Foot", boneId = 14201 },
{ bone = "MH_R_Knee", boneId = 16335 },
{ bone = "FB_LowerLipRoot_000", boneId = 17188 },
{ bone = "FB_R_Lip_Top_000", boneId = 17719 },
{ bone = "SKEL_L_Hand", boneId = 18905 },
{ bone = "FB_R_CheekBone_000", boneId = 19336 },
{ bone = "FB_UpperLipRoot_000", boneId = 20178 },
{ bone = "FB_L_Lip_Top_000", boneId = 20279 },
{ bone = "FB_LowerLip_000", boneId = 20623 },
{ bone = "SKEL_R_Toe0", boneId = 20781 },
{ bone = "FB_L_CheekBone_000", boneId = 21550 },
{ bone = "MH_L_Elbow", boneId = 22711 },
{ bone = "SKEL_Spine0", boneId = 23553 },
{ bone = "RB_L_ThighRoll", boneId = 23639 },
{ bone = "PH_R_Foot", boneId = 24806 },
{ bone = "SKEL_Spine1", boneId = 24816 },
{ bone = "SKEL_Spine2", boneId = 24817 },
{ bone = "SKEL_Spine3", boneId = 24818 },
{ bone = "FB_L_Eye_000", boneId = 25260 },
{ bone = "SKEL_L_Finger00", boneId = 26610 },
{ bone = "SKEL_L_Finger10", boneId = 26611 },
{ bone = "SKEL_L_Finger20", boneId = 26612 },
{ bone = "SKEL_L_Finger30", boneId = 26613 },
{ bone = "SKEL_L_Finger40", boneId = 26614 },
{ bone = "FB_R_Eye_000", boneId = 27474 },
{ bone = "SKEL_R_Forearm", boneId = 28252 },
{ bone = "PH_R_Hand", boneId = 28422 },
{ bone = "FB_L_Lip_Corner_000", boneId = 29868 },
{ bone = "SKEL_Head", boneId = 31086 },
{ bone = "IK_R_Foot", boneId = 35502 },
{ bone = "RB_Neck_1", boneId = 35731 },
{ bone = "IK_L_Hand", boneId = 36029 },
{ bone = "SKEL_R_Calf", boneId = 36864 },
{ bone = "RB_R_ArmRoll", boneId = 37119 },
{ bone = "FB_Brow_Centre_000", boneId = 37193 },
{ bone = "SKEL_Neck_1", boneId = 39317 },
{ bone = "SKEL_R_UpperArm", boneId = 40269 },
{ bone = "FB_R_Lid_Upper_000", boneId = 43536 },
{ bone = "RB_R_ForeArmRoll", boneId = 43810 },
{ bone = "SKEL_L_UpperArm", boneId = 45509 },
{ bone = "FB_L_Lid_Upper_000", boneId = 45750 },
{ bone = "MH_L_Knee", boneId = 46078 },
{ bone = "FB_Jaw_000", boneId = 46240 },
{ bone = "FB_L_Lip_Bot_000", boneId = 47419 },
{ bone = "FB_Tongue_000", boneId = 47495 },
{ bone = "FB_R_Lip_Bot_000", boneId = 49979 },
{ bone = "SKEL_R_Thigh", boneId = 51826 },
{ bone = "SKEL_R_Foot", boneId = 52301 },
{ bone = "IK_Root", boneId = 56604 },
{ bone = "SKEL_R_Hand", boneId = 57005 },
{ bone = "SKEL_Spine_Root", boneId = 57597 },
{ bone = "PH_L_Foot", boneId = 57717 },
{ bone = "SKEL_L_Thigh", boneId = 58271 },
{ bone = "FB_L_Brow_Out_000", boneId = 58331 },
{ bone = "SKEL_R_Finger00", boneId = 58866 },
{ bone = "SKEL_R_Finger10", boneId = 58867 },
{ bone = "SKEL_R_Finger20", boneId = 58868 },
{ bone = "SKEL_R_Finger30", boneId = 58869 },
{ bone = "SKEL_R_Finger40", boneId = 58870 },
{ bone = "PH_L_Hand", boneId = 60309 },
{ bone = "RB_L_ForeArmRoll", boneId = 61007 },
{ bone = "SKEL_L_Forearm", boneId = 61163 },
{ bone = "FB_UpperLip_000", boneId = 61839 },
{ bone = "SKEL_L_Calf", boneId = 63931 },
{ bone = "SKEL_R_Finger01", boneId = 64016 },
{ bone = "SKEL_R_Finger02", boneId = 64017 },
{ bone = "SKEL_R_Finger31", boneId = 64064 },
{ bone = "SKEL_R_Finger32", boneId = 64065 },
{ bone = "SKEL_R_Finger41", boneId = 64080 },
{ bone = "SKEL_R_Finger42", boneId = 64081 },
{ bone = "SKEL_R_Finger11", boneId = 64096 },
{ bone = "SKEL_R_Finger12", boneId = 64097 },
{ bone = "SKEL_R_Finger21", boneId = 64112 },
{ bone = "SKEL_R_Finger22", boneId = 64113 },
{ bone = "SKEL_L_Clavicle", boneId = 64729 },
{ bone = "FACIAL_facialRoot", boneId = 65068 },
{ bone = "IK_L_Foot", boneId = 65245 }
}