more goggles code cleanup

This commit is contained in:
commy2 2015-09-30 01:31:45 +02:00
parent dc882a3c66
commit 945ec7a388

View File

@ -1,128 +1,133 @@
class CfgSkeletons
{ class CfgSkeletons {
class Default class Default {
{ isDiscrete = 1;
isDiscrete = 1; skeletonInherit = "";
skeletonInherit = ""; skeletonBones[] = {};
skeletonBones[] = {}; };
};
class OFP2_ManSkeleton class OFP2_ManSkeleton {
{ isDiscrete = 0;
isDiscrete = 0; skeletonInherit = "";
skeletonInherit = ""; skeletonBones[] = {
skeletonBones[] = "Pelvis","",
{ "Spine","Pelvis",
"Pelvis","", "Spine1","Spine",
"Spine","Pelvis", "Spine2","Spine1",
"Spine1","Spine", "Spine3","Spine2",
"Spine2","Spine1", "Camera","Pelvis",
"Spine3","Spine2", "weapon","Spine1",
"Camera","Pelvis", "launcher","Spine1",
"weapon","Spine1",
"launcher","Spine1", //Head skeleton in hierarchy
//Head skeleton in hierarchy "neck","Spine3",
"neck","Spine3", "neck1","neck",
"neck1","neck", "head","neck1",
"head","neck1",
//New facial features //New facial features
"Face_Hub","head", "Face_Hub","head",
"Face_Jawbone","Face_Hub", "Face_Jawbone","Face_Hub",
"Face_Jowl","Face_Jawbone", "Face_Jowl","Face_Jawbone",
"Face_chopRight","Face_Jawbone", "Face_chopRight","Face_Jawbone",
"Face_chopLeft","Face_Jawbone", "Face_chopLeft","Face_Jawbone",
"Face_LipLowerMiddle","Face_Jawbone", "Face_LipLowerMiddle","Face_Jawbone",
"Face_LipLowerLeft","Face_Jawbone", "Face_LipLowerLeft","Face_Jawbone",
"Face_LipLowerRight","Face_Jawbone", "Face_LipLowerRight","Face_Jawbone",
"Face_Chin","Face_Jawbone", "Face_Chin","Face_Jawbone",
"Face_Tongue","Face_Jawbone", "Face_Tongue","Face_Jawbone",
"Face_CornerRight","Face_Hub", "Face_CornerRight","Face_Hub",
"Face_CheekSideRight","Face_CornerRight", "Face_CheekSideRight","Face_CornerRight",
"Face_CornerLeft","Face_Hub", "Face_CornerLeft","Face_Hub",
"Face_CheekSideLeft","Face_CornerLeft", "Face_CheekSideLeft","Face_CornerLeft",
"Face_CheekFrontRight","Face_Hub", "Face_CheekFrontRight","Face_Hub",
"Face_CheekFrontLeft","Face_Hub", "Face_CheekFrontLeft","Face_Hub",
"Face_CheekUpperRight","Face_Hub", "Face_CheekUpperRight","Face_Hub",
"Face_CheekUpperLeft","Face_Hub", "Face_CheekUpperLeft","Face_Hub",
"Face_LipUpperMiddle","Face_Hub", "Face_LipUpperMiddle","Face_Hub",
"Face_LipUpperRight","Face_Hub", "Face_LipUpperRight","Face_Hub",
"Face_LipUpperLeft","Face_Hub", "Face_LipUpperLeft","Face_Hub",
"Face_NostrilRight","Face_Hub", "Face_NostrilRight","Face_Hub",
"Face_NostrilLeft","Face_Hub", "Face_NostrilLeft","Face_Hub",
"Face_Forehead","Face_Hub", "Face_Forehead","Face_Hub",
"Face_BrowFrontRight","Face_Forehead", "Face_BrowFrontRight","Face_Forehead",
"Face_BrowFrontLeft","Face_Forehead", "Face_BrowFrontLeft","Face_Forehead",
"Face_BrowMiddle","Face_Forehead", "Face_BrowMiddle","Face_Forehead",
"Face_BrowSideRight","Face_Forehead", "Face_BrowSideRight","Face_Forehead",
"Face_BrowSideLeft","Face_Forehead", "Face_BrowSideLeft","Face_Forehead",
"Face_Eyelids","Face_Hub", "Face_Eyelids","Face_Hub",
"Face_EyelidUpperRight","Face_Hub", "Face_EyelidUpperRight","Face_Hub",
"Face_EyelidUpperLeft","Face_Hub", "Face_EyelidUpperLeft","Face_Hub",
"Face_EyelidLowerRight","Face_Hub", "Face_EyelidLowerRight","Face_Hub",
"Face_EyelidLowerLeft","Face_Hub", "Face_EyelidLowerLeft","Face_Hub",
"EyeLeft","Face_Hub", "EyeLeft","Face_Hub",
"EyeRight","Face_Hub", "EyeRight","Face_Hub",
//Left upper side
"LeftShoulder","Spine3", //Left upper side
"LeftArm","LeftShoulder", "LeftShoulder","Spine3",
"LeftArmRoll","LeftArm", "LeftArm","LeftShoulder",
"LeftForeArm","LeftArmRoll", "LeftArmRoll","LeftArm",
"LeftForeArmRoll","LeftForeArm", "LeftForeArm","LeftArmRoll",
"LeftHand","LeftForeArmRoll", "LeftForeArmRoll","LeftForeArm",
"LeftHandRing","LeftHand", "LeftHand","LeftForeArmRoll",
"LeftHandRing1","LeftHandRing", "LeftHandRing","LeftHand",
"LeftHandRing2","LeftHandRing1", "LeftHandRing1","LeftHandRing",
"LeftHandRing3","LeftHandRing2", "LeftHandRing2","LeftHandRing1",
"LeftHandPinky1","LeftHandRing", "LeftHandRing3","LeftHandRing2",
"LeftHandPinky2","LeftHandPinky1", "LeftHandPinky1","LeftHandRing",
"LeftHandPinky3","LeftHandPinky2", "LeftHandPinky2","LeftHandPinky1",
"LeftHandMiddle1","LeftHand", "LeftHandPinky3","LeftHandPinky2",
"LeftHandMiddle2","LeftHandMiddle1", "LeftHandMiddle1","LeftHand",
"LeftHandMiddle3","LeftHandMiddle2", "LeftHandMiddle2","LeftHandMiddle1",
"LeftHandIndex1","LeftHand", "LeftHandMiddle3","LeftHandMiddle2",
"LeftHandIndex2","LeftHandIndex1", "LeftHandIndex1","LeftHand",
"LeftHandIndex3","LeftHandIndex2", "LeftHandIndex2","LeftHandIndex1",
"LeftHandThumb1","LeftHand", "LeftHandIndex3","LeftHandIndex2",
"LeftHandThumb2","LeftHandThumb1", "LeftHandThumb1","LeftHand",
"LeftHandThumb3","LeftHandThumb2", "LeftHandThumb2","LeftHandThumb1",
//Right upper side "LeftHandThumb3","LeftHandThumb2",
"RightShoulder","Spine3",
"RightArm","RightShoulder", //Right upper side
"RightArmRoll","RightArm", "RightShoulder","Spine3",
"RightForeArm","RightArmRoll", "RightArm","RightShoulder",
"RightForeArmRoll","RightForeArm", "RightArmRoll","RightArm",
"RightHand","RightForeArmRoll", "RightForeArm","RightArmRoll",
"RightHandRing","RightHand", "RightForeArmRoll","RightForeArm",
"RightHandRing1","RightHandRing", "RightHand","RightForeArmRoll",
"RightHandRing2","RightHandRing1", "RightHandRing","RightHand",
"RightHandRing3","RightHandRing2", "RightHandRing1","RightHandRing",
"RightHandPinky1","RightHandRing", "RightHandRing2","RightHandRing1",
"RightHandPinky2","RightHandPinky1", "RightHandRing3","RightHandRing2",
"RightHandPinky3","RightHandPinky2", "RightHandPinky1","RightHandRing",
"RightHandMiddle1","RightHand", "RightHandPinky2","RightHandPinky1",
"RightHandMiddle2","RightHandMiddle1", "RightHandPinky3","RightHandPinky2",
"RightHandMiddle3","RightHandMiddle2", "RightHandMiddle1","RightHand",
"RightHandIndex1","RightHand", "RightHandMiddle2","RightHandMiddle1",
"RightHandIndex2","RightHandIndex1", "RightHandMiddle3","RightHandMiddle2",
"RightHandIndex3","RightHandIndex2", "RightHandIndex1","RightHand",
"RightHandThumb1","RightHand", "RightHandIndex2","RightHandIndex1",
"RightHandThumb2","RightHandThumb1", "RightHandIndex3","RightHandIndex2",
"RightHandThumb3","RightHandThumb2", "RightHandThumb1","RightHand",
//Left lower side "RightHandThumb2","RightHandThumb1",
"LeftUpLeg","Pelvis", "RightHandThumb3","RightHandThumb2",
"LeftUpLegRoll","LeftUpLeg",
"LeftLeg","LeftUpLegRoll", //Left lower side
"LeftLegRoll","LeftLeg", "LeftUpLeg","Pelvis",
"LeftFoot","LeftLegRoll", "LeftUpLegRoll","LeftUpLeg",
"LeftToeBase","LeftFoot", "LeftLeg","LeftUpLegRoll",
//Right lower side "LeftLegRoll","LeftLeg",
"RightUpLeg","Pelvis", "LeftFoot","LeftLegRoll",
"RightUpLegRoll","RightUpLeg", "LeftToeBase","LeftFoot",
"RightLeg","RightUpLegRoll",
"RightLegRoll","RightLeg", //Right lower side
"RightFoot","RightLegRoll", "RightUpLeg","Pelvis",
"RightToeBase","RightFoot" "RightUpLegRoll","RightUpLeg",
}; "RightLeg","RightUpLegRoll",
// location of pivot points (local axes) for hierarchical animation "RightLegRoll","RightLeg",
pivotsModel="A3\anims_f\data\skeleton\SkeletonPivots.p3d"; "RightFoot","RightLegRoll",
}; "RightToeBase","RightFoot"
}; };
// location of pivot points (local axes) for hierarchical animation
pivotsModel="A3\anims_f\data\skeleton\SkeletonPivots.p3d";
};
};