JumBocKs

JumBocKs model.cfg

Aug 14th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. class cfgSkeletons
  2. {
  3. class AutohausA
  4. {
  5. SkeletonBones[]=
  6. {
  7. "slidedoor1","",
  8. "slidedoor2","",
  9. "light_1_hide","",
  10. "slidedooraxis","",
  11. "garage","",
  12. "garageaxis","",
  13. "garagedoor","",
  14. "garagedooraxis","",
  15. "bigdoor1","",
  16. "bigdoor1axis","",
  17. "bigdoor2","",
  18. "bigdoor2axis","",
  19. "burodoor1","",
  20. "burodoor1axis","",
  21. "burodoor2","",
  22. "burodoor2axis","",
  23. "burodoor3","",
  24. "burodoor3axis","",
  25. "burodoor4","",
  26. "burodoor4axis",""
  27. };
  28. };
  29. };
  30. class CfgModels
  31. {
  32. class AutohausA
  33. {
  34. sectionsInherit="";
  35. sections[]=
  36. {
  37. "slidedoor1","",
  38. "slidedoor2","",
  39. "light_1_hide","",
  40. "slidedooraxis","",
  41. "garage","",
  42. "garageaxis","",
  43. "garagedoor","",
  44. "garagedooraxis","",
  45. "bigdoor1","",
  46. "bigdoor1axis","",
  47. "bigdoor2","",
  48. "bigdoor2axis","",
  49. "burodoor1","",
  50. "burodoor1axis","",
  51. "burodoor2","",
  52. "burodoor2axis","",
  53. "burodoor3","",
  54. "burodoor3axis","",
  55. "burodoor4","",
  56. "burodoor4axis",""
  57. };
  58.  
  59. skeletonName="AutohausA";
  60. class Animations
  61. {
  62. class slidedoor1
  63. {
  64. type="translationX";
  65. source="slidedoor1";
  66. memory=1;
  67. selection="slidedoor1";
  68. axis="slidedooraxis";
  69. animPeriod=5;
  70. minPhase=0;
  71. maxPhase=1;
  72. minValue="0.0";
  73. maxValue="0.55";
  74. angle0="0";
  75. angle1="1.6";
  76. };
  77. class slidedoor2
  78. {
  79. type="translationX";
  80. source="slidedoor2";
  81. memory=1;
  82. selection="slidedoor2";
  83. axis="slidedooraxis";
  84. animPeriod=5;
  85. minPhase=-0.62;
  86. maxPhase=0;
  87. minValue="-0.62";
  88. maxValue="0.0";
  89. angle0="0";
  90. angle1="1.6";
  91. };
  92. class garage
  93. {
  94. type="translationY";
  95. source="garage";
  96. memory=1;
  97. selection="garage";
  98. axis="garageaxis";
  99. animPeriod=5;
  100. minPhase=0;
  101. maxPhase=3.1;
  102. minValue="0.0";
  103. maxValue="3.1";
  104. angle0="0";
  105. angle1="1.5";
  106. };
  107. class garagedoor
  108. {
  109. type="rotationY";
  110. source="garagedoor";
  111. memory=1;
  112. selection="garagedoor";
  113. axis="garagedooraxis";
  114. animPeriod=5;
  115. minPhase=0;
  116. maxPhase=10;
  117. minValue="0.0";
  118. maxValue="10";
  119. angle0="0";
  120. angle1="1.5";
  121. };
  122. class bigdoor1
  123. {
  124. type="translationX";
  125. source="bigdoor1";
  126. memory=1;
  127. selection="bigdoor1";
  128. axis="bigdoor1axis";
  129. animPeriod=5;
  130. minPhase=0;
  131. maxPhase=6;
  132. minValue="0.0";
  133. maxValue="6";
  134. angle0="0";
  135. angle1="1.5";
  136. };
  137. class bigdoor2
  138. {
  139. type="translationX";
  140. source="bigdoor2";
  141. memory=1;
  142. selection="bigdoor2";
  143. axis="bigdoor2axis";
  144. animPeriod=5;
  145. minPhase=0;
  146. maxPhase=5;
  147. minValue="0.0";
  148. maxValue="5";
  149. angle0="0";
  150. angle1="1.5";
  151. };
  152. class burodoor1
  153. {
  154. type="rotationY";
  155. source="burodoor1";
  156. memory=1;
  157. selection="burodoor1";
  158. axis="burodoor1axis";
  159. animPeriod=5;
  160. minPhase=-10;
  161. maxPhase=0;
  162. minValue="0.0";
  163. maxValue="10";
  164. angle0="0";
  165. angle1="-1.5";
  166. };
  167. class burodoor2
  168. {
  169. type="rotationY";
  170. source="burodoor2";
  171. memory=1;
  172. selection="burodoor2";
  173. axis="burodoor2axis";
  174. animPeriod=5;
  175. minPhase=0;
  176. maxPhase=10;
  177. minValue="0.0";
  178. maxValue="10";
  179. angle0="0";
  180. angle1="1.5";
  181. };
  182. class burodoor3
  183. {
  184. type="rotationY";
  185. source="burodoor3";
  186. memory=1;
  187. selection="burodoor3";
  188. axis="burodoor3axis";
  189. animPeriod=5;
  190. minPhase=-10;
  191. maxPhase=0;
  192. minValue="0.0";
  193. maxValue="10";
  194. angle0="0";
  195. angle1="-1.5";
  196. };
  197. class burodoor4
  198. {
  199. type="rotationY";
  200. source="burodoor4";
  201. memory=1;
  202. selection="burodoor4";
  203. axis="burodoor4axis";
  204. animPeriod=5;
  205. minPhase=0;
  206. maxPhase=10;
  207. minValue="0.0";
  208. maxValue="10";
  209. angle0="0";
  210. angle1="1.5";
  211. };
  212. };
  213. };
  214. };
Advertisement
Add Comment
Please, Sign In to add comment