config.cpp 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. //Get this addons macro
  2. //get the macro for the air subaddon
  3. //get generlized macros
  4. #include "../../../RD501_main/config_macros.hpp"
  5. class CfgPatches
  6. {
  7. class macro_patch_name(shields)
  8. {
  9. addonRootClass=macro_patch_name(vehicles)
  10. requiredAddons[]=
  11. {
  12. macro_patch_name(vehicles)
  13. };
  14. requiredVersion=0.1;
  15. units[]=
  16. {
  17. "RD501_Squad_Shield",
  18. "RD501_Squad_Shield_trench",
  19. "RD501_Droideka_Shield",
  20. "RD501_Personal_Shield",
  21. "RD501_Shield_Wall",
  22. "RD501_Shield_Gate_L",
  23. "RD501_Shield_Gate_S",
  24. "RD501_Shield_Door"
  25. };
  26. weapons[]=
  27. {
  28. };
  29. };
  30. };
  31. class CfgVehicles
  32. {
  33. class Land_House_Small_03_V1_ruins_F;
  34. class Car_F;
  35. class RD501_Squad_Shield: Car_F
  36. {
  37. author="$STR_A3_Bohemia_Interactive";
  38. mapSize=21.1;
  39. armor=200000;
  40. class SimpleObject
  41. {
  42. eden=0;
  43. animate[]={};
  44. hide[]={};
  45. verticalOffset=-0.023;
  46. verticalOffsetWorld=0;
  47. init="''";
  48. };
  49. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  50. scope=2;
  51. scopeCurator=2;
  52. side=3;
  53. simulation="house";
  54. displayName="Squad Shield";
  55. model="\RD501_Vehicles\static\shields\bubble\bubble.p3d";
  56. icon="iconObject_1x1";
  57. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  58. rd501_fired_deployable_loopDuration = 14;
  59. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  60. rd501_fired_deployable_endDuration = 1;
  61. rd501_fired_deployable_soundDistance = 300;
  62. hiddenSelections[] = { "camo1" };
  63. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  64. vehicleClass = macro_editor_vehicle_type(statics)
  65. editorCategory = macro_editor_cat(statics)
  66. editorSubcategory = macro_editor_cat(static_msc)
  67. };
  68. class RD501_Shield_Wall: Car_F
  69. {
  70. author="$STR_A3_Bohemia_Interactive";
  71. mapSize=21.1;
  72. armor=200000;
  73. class SimpleObject
  74. {
  75. eden=0;
  76. animate[]={};
  77. hide[]={};
  78. verticalOffset=-0.023;
  79. verticalOffsetWorld=0;
  80. init="''";
  81. };
  82. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  83. scope=2;
  84. scopeCurator=2;
  85. side=3;
  86. simulation="house";
  87. displayName="Shield wall";
  88. model="\RD501_Vehicles\static\shields\wall\shield_wall.p3d";
  89. icon="iconObject_1x1";
  90. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  91. rd501_fired_deployable_loopDuration = 14;
  92. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  93. rd501_fired_deployable_endDuration = 1;
  94. rd501_fired_deployable_soundDistance = 300;
  95. hiddenSelections[] = { "camo1" };
  96. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  97. vehicleClass = macro_editor_vehicle_type(statics)
  98. editorCategory = macro_editor_cat(statics)
  99. editorSubcategory = macro_editor_cat(static_msc)
  100. };
  101. class RD501_Shield_Gate_L: Car_F
  102. {
  103. author="$STR_A3_Bohemia_Interactive";
  104. mapSize=21.1;
  105. armor=200000;
  106. class SimpleObject
  107. {
  108. eden=0;
  109. animate[]={};
  110. hide[]={};
  111. verticalOffset=-0.023;
  112. verticalOffsetWorld=0;
  113. init="''";
  114. };
  115. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  116. scope=2;
  117. scopeCurator=2;
  118. side=3;
  119. simulation="house";
  120. displayName="Shield wall";
  121. model="\RD501_Vehicles\static\shields\wall\shield_gate_l.p3d";
  122. icon="iconObject_1x1";
  123. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  124. rd501_fired_deployable_loopDuration = 14;
  125. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  126. rd501_fired_deployable_endDuration = 1;
  127. rd501_fired_deployable_soundDistance = 300;
  128. hiddenSelections[] = { "camo1" };
  129. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  130. vehicleClass = macro_editor_vehicle_type(statics)
  131. editorCategory = macro_editor_cat(statics)
  132. editorSubcategory = macro_editor_cat(static_msc)
  133. };
  134. class RD501_Shield_Gate_S: Car_F
  135. {
  136. author="$STR_A3_Bohemia_Interactive";
  137. mapSize=21.1;
  138. armor=200000;
  139. class SimpleObject
  140. {
  141. eden=0;
  142. animate[]={};
  143. hide[]={};
  144. verticalOffset=-0.023;
  145. verticalOffsetWorld=0;
  146. init="''";
  147. };
  148. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  149. scope=2;
  150. scopeCurator=2;
  151. side=3;
  152. simulation="house";
  153. displayName="Shield wall";
  154. model="\RD501_Vehicles\static\shields\wall\shield_gate_s.p3d";
  155. icon="iconObject_1x1";
  156. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  157. rd501_fired_deployable_loopDuration = 14;
  158. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  159. rd501_fired_deployable_endDuration = 1;
  160. rd501_fired_deployable_soundDistance = 300;
  161. hiddenSelections[] = { "camo1" };
  162. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  163. vehicleClass = macro_editor_vehicle_type(statics)
  164. editorCategory = macro_editor_cat(statics)
  165. editorSubcategory = macro_editor_cat(static_msc)
  166. };
  167. class RD501_Shield_Door: Car_F
  168. {
  169. author="$STR_A3_Bohemia_Interactive";
  170. mapSize=21.1;
  171. armor=200000;
  172. class SimpleObject
  173. {
  174. eden=0;
  175. animate[]={};
  176. hide[]={};
  177. verticalOffset=-0.023;
  178. verticalOffsetWorld=0;
  179. init="''";
  180. };
  181. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  182. scope=2;
  183. scopeCurator=2;
  184. side=3;
  185. simulation="house";
  186. displayName="Shield wall";
  187. model="\RD501_Vehicles\static\shields\wall\shield_door.p3d";
  188. icon="iconObject_1x1";
  189. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  190. rd501_fired_deployable_loopDuration = 14;
  191. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  192. rd501_fired_deployable_endDuration = 1;
  193. rd501_fired_deployable_soundDistance = 300;
  194. hiddenSelections[] = { "camo1" };
  195. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  196. vehicleClass = macro_editor_vehicle_type(statics)
  197. editorCategory = macro_editor_cat(statics)
  198. editorSubcategory = macro_editor_cat(static_msc)
  199. };
  200. class RD501_Squad_Shield_trench: Land_House_Small_03_V1_ruins_F
  201. {
  202. author="$STR_A3_Bohemia_Interactive";
  203. mapSize=21.1;
  204. class SimpleObject
  205. {
  206. eden=0;
  207. animate[]={};
  208. hide[]={};
  209. verticalOffset=-0.023;
  210. verticalOffsetWorld=0;
  211. init="''";
  212. };
  213. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  214. scope=2;
  215. scopeCurator=2;
  216. displayName="Trench Shield";
  217. model="\RD501_Vehicles\static\shields\trench\trench.p3d";
  218. icon="iconObject_1x1";
  219. vehicleClass = macro_editor_vehicle_type(statics)
  220. editorCategory = macro_editor_cat(statics)
  221. editorSubcategory = macro_editor_cat(static_msc)
  222. };
  223. class RD501_Droideka_Shield: Land_House_Small_03_V1_ruins_F
  224. {
  225. author="$STR_A3_Bohemia_Interactive";
  226. mapSize=21.1;
  227. class SimpleObject
  228. {
  229. eden=0;
  230. animate[]={};
  231. hide[]={};
  232. verticalOffset=-0.023;
  233. verticalOffsetWorld=0;
  234. init="''";
  235. };
  236. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  237. scope=2;
  238. scopeCurator=2;
  239. displayName="Trench Shield";
  240. model="\RD501_Vehicles\static\shields\bubble\deka_shield.p3d";
  241. icon="iconObject_1x1";
  242. vehicleClass = macro_editor_vehicle_type(statics)
  243. editorCategory = macro_editor_cat(statics)
  244. editorSubcategory = macro_editor_cat(static_msc)
  245. };
  246. class RD501_Personal_Shield: Land_House_Small_03_V1_ruins_F
  247. {
  248. author="$STR_A3_Bohemia_Interactive";
  249. mapSize=21.1;
  250. class SimpleObject
  251. {
  252. eden=0;
  253. animate[]={};
  254. hide[]={};
  255. verticalOffset=-0.023;
  256. verticalOffsetWorld=0;
  257. init="''";
  258. };
  259. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  260. scope=2;
  261. scopeCurator=2;
  262. displayName="Trench Shield";
  263. model="\RD501_Vehicles\static\shields\personal\personal_shield.p3d";
  264. icon="iconObject_1x1";
  265. vehicleClass = macro_editor_vehicle_type(statics)
  266. editorCategory = macro_editor_cat(statics)
  267. editorSubcategory = macro_editor_cat(static_msc)
  268. };
  269. };
  270. class CfgSounds
  271. {
  272. class rd501_squad_shield_loop
  273. {
  274. // how the sound is referred to in the editor (e.g. trigger effects)
  275. name = "shield_loop";
  276. // filename, volume, pitch, distance (optional)
  277. sound[] = { "\RD501_Vehicles\static\shields\shield_loop.wss", 4, 1, 300 };
  278. // subtitle delay in seconds, subtitle text
  279. titles[] = { 1, "*Electric Shield Hum*" };
  280. };
  281. class rd501_squad_shield_end
  282. {
  283. // how the sound is referred to in the editor (e.g. trigger effects)
  284. name = "shield_loop";
  285. // filename, volume, pitch, distance (optional)
  286. sound[] = { "\RD501_Vehicles\static\shields\shield_end.wss", 4, 1, 300 };
  287. // subtitle delay in seconds, subtitle text
  288. titles[] = { 1, "*Shield Retracting Hiss*" };
  289. };
  290. };