Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgSkeletons
- {
- class Default
- {
- isDiscrete = 1;
- skeletonInherit = "";
- skeletonBones[] = {};
- };
- class FFWellenkamp_bones : Default
- {
- skeletonInherit = "Default";
- skeletonBones[]=
- {
- "DoorFront",
- "",
- "DoorBack",
- "",
- "Gate1",
- "",
- "Gate2",
- ""
- };
- };
- };
- class CfgModels
- {
- class Default
- {
- sectionInherit = "";
- sections[] = {};
- skeletonName = "";
- };
- class FFWellenkamp : Default
- {
- sections[] = {};
- skeletonName = "FFWellenkamp_bones"
- class Animations
- {
- class DoorFrontRotation
- {
- type="rotation";
- source="user";
- selection="DoorFront";
- axis="DoorFrontPos";
- memory=1;
- minValue=0;
- maxValue=1;
- animPeriod=0;
- angle0=0;
- angle1="rad -100";
- };
- class DoorBackRotation
- {
- type="rotation";
- source="user";
- selection="DoorBack";
- axis="DoorBackPos";
- memory=1;
- minValue=0;
- maxValue=1;
- animPeriod=0;
- angle0=0;
- angle1="rad -100";
- };
- class Gate1Rotation
- {
- type="rotation";
- source="user";
- selection="Gate1";
- axis="Gate1Pos";
- memory=1;
- minValue=0;
- maxValue=1;
- animPeriod=0;
- angle0=0;
- angle1="rad -90";
- };
- class Gate2Rotation
- {
- type="rotation";
- source="user";
- selection="Gate2";
- axis="Gate2Pos";
- memory=1;
- minValue=0;
- maxValue=1;
- animPeriod=0;
- angle0=0;
- angle1="rad -90";
- };
- };
- };
- };
Add Comment
Please, Sign In to add comment