123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- ////////////////////////////////////////////////////////////////////
- //ExtractSkeleton for temp.p3d
- //Produced from mikero's Dos Tools Dll version 6.44
- //'now' is Wed Jul 11 17:29:05 2018 : 'file' last modified on Sun Jun 03 17:01:52 2018
- //http://dev-heaven.net/projects/list_files/mikero-pbodll
- ////////////////////////////////////////////////////////////////////
- class cfgSkeletons
- {
- class tempSkeleton
- {
- skeletonInherit = "";
- isDiscrete = 1;
- SkeletonBones[]=
- {
- "handle" ,"",
- "handle1" ,"",
- "handle2" ,""
- };
- };
- };
- class CfgModels
- {
- class Default
- {
- sections[] = {};
- sectionsInherit="";
- skeletonName = "";
- };
- class 501_stretcher:Default
- {
- skeletonName="tempSkeleton";
- sections[]=
- {
- };
- class Animations
- {
- class handle_hide
- {
- type="hide";
- source="vehicletransported";
- selection="handle";
- // sourceAddress = clamp;// (default)
- minValue = 0.0;//rad 0.0
- maxValue = 1.0;//rad 57.29578
- hideValue = 0.1;
- // unHideValue = -1.0;//(default)
- animPeriod = 0.0;
- initPhase = 0.0;
- };
- class handle1_collapse
- {
- type="translation";
- source="vehicletransported";
- selection="handle1";
- axis="handle1_axis";//*probably*
- // sourceAddress = clamp;// (default)
- minValue = 0.0;//rad 0.0
- maxValue = 1.0;//rad 57.29578
- offset0 = 0.0;
- offset1 = -1.0;
- animPeriod = 0.0;
- initPhase = 0.0;
- // memory = true;//(default assumed)
- };
- class handle2_collapse
- {
- type="translation";
- source="vehicletransported";
- selection="handle2";
- axis="handle2_axis";//*probably*
- // sourceAddress = clamp;// (default)
- minValue = 0.0;//rad 0.0
- maxValue = 1.0;//rad 57.29578
- offset0 = 0.0;
- offset1 = 1.0;
- animPeriod = 0.0;
- initPhase = 0.0;
- // memory = true;//(default assumed)
- };
- };//Animations
- };//modelclass
- };//CfgModels
|