config.cpp 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. rd501_shield_isShield=1;
  63. hiddenSelections[] = { "camo1" };
  64. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  65. vehicleClass = macro_editor_vehicle_type(statics)
  66. editorCategory = macro_editor_cat(statics)
  67. editorSubcategory = macro_editor_cat(static_msc)
  68. };
  69. class RD501_Shield_Wall: Car_F
  70. {
  71. author="$STR_A3_Bohemia_Interactive";
  72. mapSize=21.1;
  73. armor=200000;
  74. class SimpleObject
  75. {
  76. eden=0;
  77. animate[]={};
  78. hide[]={};
  79. verticalOffset=-0.023;
  80. verticalOffsetWorld=0;
  81. init="''";
  82. };
  83. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  84. scope=2;
  85. scopeCurator=2;
  86. side=3;
  87. simulation="house";
  88. displayName="Shield wall";
  89. model="\RD501_Vehicles\static\shields\wall\shield_wall.p3d";
  90. icon="iconObject_1x1";
  91. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  92. rd501_fired_deployable_loopDuration = 14;
  93. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  94. rd501_fired_deployable_endDuration = 1;
  95. rd501_fired_deployable_soundDistance = 300;
  96. rd501_shield_isShield=1;
  97. rd501_shield_health=100000;
  98. hiddenSelections[] = { "camo1" };
  99. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  100. vehicleClass = macro_editor_vehicle_type(statics)
  101. editorCategory = macro_editor_cat(statics)
  102. editorSubcategory = macro_editor_cat(static_msc)
  103. };
  104. class RD501_Shield_Gate_L: Car_F
  105. {
  106. author="$STR_A3_Bohemia_Interactive";
  107. mapSize=21.1;
  108. armor=200000;
  109. class SimpleObject
  110. {
  111. eden=0;
  112. animate[]={};
  113. hide[]={};
  114. verticalOffset=-0.023;
  115. verticalOffsetWorld=0;
  116. init="''";
  117. };
  118. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  119. scope=2;
  120. scopeCurator=2;
  121. side=3;
  122. simulation="house";
  123. displayName="Shield Gate(Large)";
  124. model="\RD501_Vehicles\static\shields\wall\shield_gate_l.p3d";
  125. icon="iconObject_1x1";
  126. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  127. rd501_fired_deployable_loopDuration = 14;
  128. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  129. rd501_fired_deployable_endDuration = 1;
  130. rd501_fired_deployable_soundDistance = 300;
  131. rd501_shield_isShield=1;
  132. rd501_shield_health=20000;
  133. hiddenSelections[] = { "camo1" };
  134. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  135. vehicleClass = macro_editor_vehicle_type(statics)
  136. editorCategory = macro_editor_cat(statics)
  137. editorSubcategory = macro_editor_cat(static_msc)
  138. };
  139. class RD501_Shield_Gate_S: Car_F
  140. {
  141. author="$STR_A3_Bohemia_Interactive";
  142. mapSize=21.1;
  143. armor=200000;
  144. class SimpleObject
  145. {
  146. eden=0;
  147. animate[]={};
  148. hide[]={};
  149. verticalOffset=-0.023;
  150. verticalOffsetWorld=0;
  151. init="''";
  152. };
  153. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  154. scope=2;
  155. scopeCurator=2;
  156. side=3;
  157. simulation="house";
  158. displayName="Shield Gate(Small)";
  159. model="\RD501_Vehicles\static\shields\wall\shield_gate_s.p3d";
  160. icon="iconObject_1x1";
  161. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  162. rd501_fired_deployable_loopDuration = 14;
  163. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  164. rd501_fired_deployable_endDuration = 1;
  165. rd501_fired_deployable_soundDistance = 300;
  166. rd501_shield_isShield=1;
  167. rd501_shield_health=10000;
  168. hiddenSelections[] = { "camo1" };
  169. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  170. vehicleClass = macro_editor_vehicle_type(statics)
  171. editorCategory = macro_editor_cat(statics)
  172. editorSubcategory = macro_editor_cat(static_msc)
  173. };
  174. class RD501_Shield_Door: Car_F
  175. {
  176. author="$STR_A3_Bohemia_Interactive";
  177. mapSize=21.1;
  178. armor=200000;
  179. class SimpleObject
  180. {
  181. eden=0;
  182. animate[]={};
  183. hide[]={};
  184. verticalOffset=-0.023;
  185. verticalOffsetWorld=0;
  186. init="''";
  187. };
  188. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  189. scope=2;
  190. scopeCurator=2;
  191. side=3;
  192. simulation="house";
  193. displayName="Shield Door";
  194. model="\RD501_Vehicles\static\shields\wall\shield_door.p3d";
  195. icon="iconObject_1x1";
  196. rd501_fired_deployable_loopSound = "rd501_squad_shield_loop";
  197. rd501_fired_deployable_loopDuration = 14;
  198. rd501_fired_deployable_endSound = "rd501_squad_shield_end";
  199. rd501_fired_deployable_endDuration = 1;
  200. rd501_fired_deployable_soundDistance = 300;
  201. rd501_shield_isShield=1;
  202. rd501_shield_health=1000;
  203. hiddenSelections[] = { "camo1" };
  204. hiddenSelectionsTextures[] = { "\RD501_Vehicles\static\shields\bubble\rd501_shield_rep_red.paa" };
  205. vehicleClass = macro_editor_vehicle_type(statics)
  206. editorCategory = macro_editor_cat(statics)
  207. editorSubcategory = macro_editor_cat(static_msc)
  208. };
  209. class RD501_Squad_Shield_trench: Land_House_Small_03_V1_ruins_F
  210. {
  211. author="$STR_A3_Bohemia_Interactive";
  212. mapSize=21.1;
  213. class SimpleObject
  214. {
  215. eden=0;
  216. animate[]={};
  217. hide[]={};
  218. verticalOffset=-0.023;
  219. verticalOffsetWorld=0;
  220. init="''";
  221. };
  222. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  223. scope=2;
  224. scopeCurator=2;
  225. displayName="Trench Shield";
  226. model="\RD501_Vehicles\static\shields\trench\trench.p3d";
  227. icon="iconObject_1x1";
  228. vehicleClass = macro_editor_vehicle_type(statics)
  229. editorCategory = macro_editor_cat(statics)
  230. editorSubcategory = macro_editor_cat(static_msc)
  231. };
  232. class RD501_Droideka_Shield: Land_House_Small_03_V1_ruins_F
  233. {
  234. author="$STR_A3_Bohemia_Interactive";
  235. mapSize=21.1;
  236. class SimpleObject
  237. {
  238. eden=0;
  239. animate[]={};
  240. hide[]={};
  241. verticalOffset=-0.023;
  242. verticalOffsetWorld=0;
  243. init="''";
  244. };
  245. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  246. scope=2;
  247. scopeCurator=2;
  248. displayName="Trench Shield";
  249. model="\RD501_Vehicles\static\shields\bubble\deka_shield.p3d";
  250. icon="iconObject_1x1";
  251. vehicleClass = macro_editor_vehicle_type(statics)
  252. editorCategory = macro_editor_cat(statics)
  253. editorSubcategory = macro_editor_cat(static_msc)
  254. };
  255. class RD501_Personal_Shield: Land_House_Small_03_V1_ruins_F
  256. {
  257. author="$STR_A3_Bohemia_Interactive";
  258. mapSize=21.1;
  259. class SimpleObject
  260. {
  261. eden=0;
  262. animate[]={};
  263. hide[]={};
  264. verticalOffset=-0.023;
  265. verticalOffsetWorld=0;
  266. init="''";
  267. };
  268. editorPreview="\A3\EditorPreviews_F\Data\CfgVehicles\Land_House_Small_03_V1_ruins_F.jpg";
  269. scope=2;
  270. scopeCurator=2;
  271. displayName="Trench Shield";
  272. model="\RD501_Vehicles\static\shields\personal\personal_shield.p3d";
  273. icon="iconObject_1x1";
  274. vehicleClass = macro_editor_vehicle_type(statics)
  275. editorCategory = macro_editor_cat(statics)
  276. editorSubcategory = macro_editor_cat(static_msc)
  277. };
  278. };
  279. class CfgSounds
  280. {
  281. class rd501_squad_shield_loop
  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_loop.wss", 4, 1, 300 };
  287. // subtitle delay in seconds, subtitle text
  288. titles[] = { 1, "*Electric Shield Hum*" };
  289. };
  290. class rd501_squad_shield_end
  291. {
  292. // how the sound is referred to in the editor (e.g. trigger effects)
  293. name = "shield_loop";
  294. // filename, volume, pitch, distance (optional)
  295. sound[] = { "\RD501_Vehicles\static\shields\shield_end.wss", 4, 1, 300 };
  296. // subtitle delay in seconds, subtitle text
  297. titles[] = { 1, "*Shield Retracting Hiss*" };
  298. };
  299. };
  300. class Extended_Init_EventHandlers
  301. {
  302. class RD501_Shield_Wall
  303. {
  304. class rd501_init_shield {
  305. init = "[_this select 0] call rd501_fnc_shield_init";
  306. };
  307. }
  308. class RD501_Shield_Door
  309. {
  310. class rd501_init_shield {
  311. init = "[_this select 0] call rd501_fnc_shield_init";
  312. };
  313. }
  314. class RD501_Shield_Gate_L
  315. {
  316. class rd501_init_shield {
  317. init = "[_this select 0] call rd501_fnc_shield_init";
  318. };
  319. }
  320. class RD501_Shield_Gate_S
  321. {
  322. class rd501_init_shield {
  323. init = "[_this select 0] call rd501_fnc_shield_init";
  324. };
  325. }
  326. };