Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. class cfgskeletons
  2. {
  3. class default;
  4. class vehicle;
  5. class plane;
  6. class A6M2Skeleton: plane
  7. {
  8. isdiscrete=1;
  9. skeletoninherit="";
  10. skeletonbones[]=
  11. {
  12. "rotor","",
  13. "aileron_RH","",
  14. "aileron_LH","",
  15. "aileronT_right","",
  16. "aileronT_left","",
  17. "elevator left","",
  18. "elevator right","",
  19. "Elevator","",
  20. "flaps_L","",
  21. "flaps_R","",
  22. "Canopy","",
  23. "damageCanopy","",
  24. "wheel_2_1","",
  25. "wheel_1_1",""
  26. };
  27. };
  28. };
  29.  
  30. class rotation;
  31. class cfgmodels
  32. {
  33. class default;
  34. class plane;
  35. class A6M2: plane
  36. {
  37. skeletonname = "A6M2Skeleton";
  38. sectionsinherit="";
  39. sections[]=
  40. {
  41. "camo1",
  42. "trup",
  43. "zbytek",
  44. "elektronika",
  45. "motor",
  46. "podsvit pristroju",
  47. "clan",
  48. "clan_sign",
  49. };
  50. class animations
  51. {
  52. class Canopy
  53. {
  54. type="rotation";
  55. animPeriod=3;
  56. source="damagecanopy";
  57. selection="Canopy";
  58. axis="canopy_axis";
  59. angle0=0;
  60. angle1=-1.4;
  61. };
  62. class aileron_LH
  63. {
  64. type="rotation";
  65. source="aileron";
  66. memory=1;
  67. animPeriod=0;
  68. selection="aileron_LH";
  69. axis="axis_aileron_LH";
  70. minValue=-1.4;
  71. maxValue=0.5;
  72. minPhase=-1.4;
  73. maxPhase=0.5;
  74. angle0=-0.49916399;
  75. angle1=0.26944;
  76. };
  77. class AileronR
  78. {
  79. type="rotation";
  80. source="aileron";
  81. memory=1;
  82. animPeriod=0;
  83. selection="aileron_PH";
  84. axis="axis_aileron_LH";
  85. minValue=-1.4;
  86. maxValue=0.5;
  87. minPhase=-1.4;
  88. maxPhase=0.5;
  89. angle0=-0.49916399;
  90. angle1=0.26944;
  91. };
  92. class vrtule
  93. {
  94. type="rotation";
  95. source="rotor";
  96. memory=1;
  97. animPeriod=0;
  98. selection="vrtule";
  99. axis="axis_rotor";
  100. minValue=0;
  101. maxValue=1;
  102. minPhase=0;
  103. maxPhase=1;
  104. angle0=0;
  105. angle1=-6.283185;
  106. };
  107. class vrtule_blur
  108. {
  109. type="rotation";
  110. source="rotor";
  111. memory=1;
  112. animPeriod=0;
  113. selection="vrtule blur";
  114. axis="axis_rotor";
  115. minValue=0;
  116. maxValue=1;
  117. minPhase=0;
  118. maxPhase=1;
  119. angle0=0;
  120. angle1=-6.283185;
  121. };
  122. class Wheel_1_1
  123. {
  124. type="rotation";
  125. source="wheel";
  126. memory=1;
  127. animPeriod=0;
  128. selection="wheel_1_1";
  129. axis="wheel_1_1_axis";
  130. minValue=0;
  131. maxValue=1;
  132. minPhase=0;
  133. maxPhase=1;
  134. angle0=0;
  135. angle1=-3.141593;
  136. };
  137. class Wheel_2_1
  138. {
  139. type="rotation";
  140. source="wheel";
  141. memory=1;
  142. animPeriod=0;
  143. selection="wheel_2_1";
  144. axis="wheel_2_1_axis";
  145. minValue=0;
  146. maxValue=1;
  147. minPhase=0;
  148. maxPhase=1;
  149. angle0=0;
  150. angle1=-3.141593;
  151. };
  152. };
  153. };
  154. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement