Files
braf/braf_weapons_anim/animations/556m_IA2/IA2-762_reload.cfg

118 lines
3.6 KiB
INI

class cfgSkeletons
{
class Default
{
isDiscrete = 1;
skeletonInherit = "";
skeletonBones[] = {};
};
class OFP2_ManSkeleton : default
{
SkeletonBones[]=
{
"pelvis", "",
"spine", "pelvis",
"spine1", "spine",
"spine2", "spine1",
"spine3", "spine2",
"neck", "spine3",
"neck1", "neck",
"head", "neck1",
"face_hub", "head",
"face_jawbone", "face_hub",
"face_jowl", "face_jawbone",
"face_chopright", "face_jawbone",
"face_chopleft", "face_jawbone",
"face_liplowermiddle", "face_jawbone",
"face_liplowerleft", "face_jawbone",
"face_liplowerright", "face_jawbone",
"face_chin", "face_jawbone",
"face_tongue", "face_jawbone",
"face_cornerright", "face_hub",
"face_cheeksideright", "face_cornerright",
"face_cornerleft", "face_hub",
"face_cheeksideleft", "face_cornerleft",
"face_cheekfrontright", "face_hub",
"face_cheekfrontleft", "face_hub",
"face_cheekupperright", "face_hub",
"face_cheekupperleft", "face_hub",
"face_lipuppermiddle", "face_hub",
"face_lipupperright", "face_hub",
"face_lipupperleft", "face_hub",
"face_nostrilright", "face_hub",
"face_nostrilleft", "face_hub",
"face_forehead", "face_hub",
"face_browfrontright", "face_forehead",
"face_browfrontleft", "face_forehead",
"face_browmiddle", "face_forehead",
"face_browsideright", "face_forehead",
"face_browsideleft", "face_forehead",
"face_eyelids", "face_hub",
"face_eyelidupperright", "face_hub",
"face_eyelidupperleft", "face_hub",
"face_eyelidlowerright", "face_hub",
"face_eyelidlowerleft", "face_hub",
"eyeleft", "face_hub",
"eyeright", "face_hub",
"leftshoulder", "spine3",
"leftarm", "leftshoulder",
"leftarmroll", "leftarm",
"leftforearm", "leftarmroll",
"leftforearmroll", "leftforearm",
"lefthand", "leftforearmroll",
"lefthandring", "lefthand",
"lefthandring1", "lefthandring",
"lefthandring2", "lefthandring1",
"lefthandring3", "lefthandring2",
"lefthandpinky1", "lefthandring",
"lefthandpinky2", "lefthandpinky1",
"lefthandpinky3", "lefthandpinky2",
"lefthandmiddle1", "lefthand",
"lefthandmiddle2", "lefthandmiddle1",
"lefthandmiddle3", "lefthandmiddle2",
"lefthandindex1", "lefthand",
"lefthandindex2", "lefthandindex1",
"lefthandindex3", "lefthandindex2",
"lefthandthumb1", "lefthand",
"lefthandthumb2", "lefthandthumb1",
"lefthandthumb3", "lefthandthumb2",
"rightshoulder", "spine3",
"rightarm", "rightshoulder",
"rightarmroll", "rightarm",
"rightforearm", "rightarmroll",
"rightforearmroll", "rightforearm",
"righthand", "rightforearmroll",
"righthandring", "righthand",
"righthandring1", "righthandring",
"righthandring2", "righthandring1",
"righthandring3", "righthandring2",
"righthandpinky1", "righthandring",
"righthandpinky2", "righthandpinky1",
"righthandpinky3", "righthandpinky2",
"righthandmiddle1", "righthand",
"righthandmiddle2", "righthandmiddle1",
"righthandmiddle3", "righthandmiddle2",
"righthandindex1", "righthand",
"righthandindex2", "righthandindex1",
"righthandindex3", "righthandindex2",
"righthandthumb1", "righthand",
"righthandthumb2", "righthandthumb1",
"righthandthumb3", "righthandthumb2",
"weapon", "spine1",
"launcher", "spine1",
"camera", "pelvis",
"leftupleg", "pelvis",
"leftuplegroll", "leftupleg",
"leftleg", "leftuplegroll",
"leftlegroll", "leftleg",
"leftfoot", "leftlegroll",
"lefttoebase", "leftfoot",
"rightupleg", "pelvis",
"rightuplegroll", "rightupleg",
"rightleg", "rightuplegroll",
"rightlegroll", "rightleg",
"rightfoot", "rightlegroll",
"righttoebase", "rightfoot"
};
};
};