Advertisement
Guest User

Parachute Rope Visual Bug

a guest
Mar 15th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. version=54;
  2. class EditorData
  3. {
  4. moveGridStep=64;
  5. angleGridStep=0.2617994;
  6. scaleGridStep=1;
  7. autoGroupingDist=10;
  8. toggles=1537;
  9. class ItemIDProvider
  10. {
  11. nextID=5;
  12. };
  13. class Camera
  14. {
  15. pos[]={1722.9431,920.33063,5610.0327};
  16. dir[]={0.5871098,-0.61515731,0.52622193};
  17. up[]={0.45809886,0.78838611,0.41058981};
  18. aside[]={0.66744471,-6.9360249e-007,-0.74467456};
  19. };
  20. };
  21. binarizationWanted=0;
  22. sourceName="parachute_rope_bug";
  23. addons[]=
  24. {
  25. "A3_Characters_F"
  26. };
  27. class AddonsMetaData
  28. {
  29. class List
  30. {
  31. items=1;
  32. class Item0
  33. {
  34. className="A3_Characters_F";
  35. name="Arma 3 Alpha - Characters and Clothing";
  36. author="Bohemia Interactive";
  37. url="https://www.arma3.com";
  38. };
  39. };
  40. };
  41. randomSeed=15479199;
  42. class ScenarioData
  43. {
  44. author="Ampersand";
  45. };
  46. class Mission
  47. {
  48. class Intel
  49. {
  50. timeOfChanges=1800.0002;
  51. startWeather=0.30000001;
  52. startWind=0.1;
  53. startWaves=0.1;
  54. forecastWeather=0.30000001;
  55. forecastWind=0.1;
  56. forecastWaves=0.1;
  57. forecastLightnings=0.1;
  58. year=2035;
  59. month=7;
  60. day=6;
  61. hour=12;
  62. minute=0;
  63. startFogDecay=0.014;
  64. forecastFogDecay=0.014;
  65. };
  66. class Entities
  67. {
  68. items=3;
  69. class Item0
  70. {
  71. dataType="Group";
  72. side="West";
  73. class Entities
  74. {
  75. items=1;
  76. class Item0
  77. {
  78. dataType="Object";
  79. class PositionInfo
  80. {
  81. position[]={1759.6592,862.68719,5664.7983};
  82. angles[]={0,1.5707964,0};
  83. };
  84. side="West";
  85. flags=3;
  86. class Attributes
  87. {
  88. init="this action [""OpenParachute"", this];";
  89. isPlayer=1;
  90. };
  91. id=1;
  92. type="B_soldier_PG_F";
  93. atlOffset=857.18573;
  94. };
  95. };
  96. class Attributes
  97. {
  98. };
  99. id=0;
  100. atlOffset=857.18573;
  101. };
  102. class Item1
  103. {
  104. dataType="Group";
  105. side="West";
  106. class Entities
  107. {
  108. items=1;
  109. class Item0
  110. {
  111. dataType="Object";
  112. class PositionInfo
  113. {
  114. position[]={1790.796,862.68744,5685.5596};
  115. angles[]={0,1.5707964,0};
  116. };
  117. side="West";
  118. flags=3;
  119. class Attributes
  120. {
  121. init="this action [""OpenParachute"", this];";
  122. isPlayable=1;
  123. };
  124. id=3;
  125. type="B_soldier_PG_F";
  126. atlOffset=857.18597;
  127. class CustomAttributes
  128. {
  129. class Attribute0
  130. {
  131. property="speaker";
  132. expression="_this setspeaker _value;";
  133. class Value
  134. {
  135. class data
  136. {
  137. class type
  138. {
  139. type[]=
  140. {
  141. "STRING"
  142. };
  143. };
  144. value="Male09ENG";
  145. };
  146. };
  147. };
  148. class Attribute1
  149. {
  150. property="pitch";
  151. expression="_this setpitch _value;";
  152. class Value
  153. {
  154. class data
  155. {
  156. class type
  157. {
  158. type[]=
  159. {
  160. "SCALAR"
  161. };
  162. };
  163. value=0.98000002;
  164. };
  165. };
  166. };
  167. nAttributes=2;
  168. };
  169. };
  170. };
  171. class Attributes
  172. {
  173. };
  174. id=2;
  175. atlOffset=857.18597;
  176. };
  177. class Item2
  178. {
  179. dataType="Trigger";
  180. position[]={1771.926,5.5,5876.7578};
  181. class Attributes
  182. {
  183. text="Create Ropes";
  184. onActivation="vehicles apply {" \n " ropeCreate [_x, [0,0,0], 10];" \n " hint ""Ropes created""; " \n "}";
  185. sizeA=0;
  186. sizeB=0;
  187. activationBy="ALPHA";
  188. };
  189. id=4;
  190. type="EmptyDetector";
  191. };
  192. };
  193. };
  194.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement