Guest User

Untitled

a guest
Dec 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class tg_shotfinder
  4. {
  5. units[] = {};
  6. weapons[] = {};
  7. requiredVersion = 1.0;
  8. requiredAddons[] = {"CAData", "CBA_MAIN", "ACE_MAIN","ACE_SYS_INTERACTION"};
  9. author[] = {"BlackPython","OPS"};
  10. };
  11. };
  12.  
  13. class CfgSounds
  14. {
  15. sounds[] = {1oc};
  16. class 1oc
  17. {
  18. name = "SF 1oclock";
  19. sound[] = {"tg_shotfinder\sounds\shot1oclock.ogg", 1, 1};
  20. titles[] = {};
  21. };
  22. };
  23.  
  24. class CfgVehicleClasses
  25. {
  26. class tg_shotfinder_vc
  27. {
  28. displayName = "BoomeRange Objects";
  29. };
  30. };
  31.  
  32.  
  33. class CfgVehicles
  34. {
  35. class HouseBase;
  36. class House: HouseBase
  37. {
  38. class DestructionEffects;
  39. class AnimationSources;
  40. };
  41. class tg_shotfinder_mast: House
  42. {
  43. vehicleClass="tg_shotfinder_vc";
  44. icon = "tg_shotfinder\object.paa";
  45. accuracy = 0.200000;
  46. scope=2;
  47. simulation="House";
  48. camouflage=10;
  49. Audible=10;
  50. mapSize=0.2;
  51. cost=100000000;
  52. threat[]={1,1,1};
  53. armor = 1000;
  54. irtarget=0;
  55. destrType = "DestructYes";
  56. lasertarget=0;
  57. side = 3;
  58. displayName = "BoomeRange Antenna";
  59. animated = 1;
  60. model = "\tg_shotfinder\model\mast.p3d";
  61. };
  62. class sf_tripod : tg_shotfinder_mast
  63. {
  64. displayName = "BoomeRange Full Assembly";
  65. model = "\tg_shotfinder\model\fullassembly.p3d";
  66. };
  67. class sf_carrycase : tg_shotfinder_mast
  68. {
  69. displayName = "BoomeRange Transport Case";
  70. model = "\tg_shotfinder\model\case.p3d";
  71. };
  72. };
  73.  
  74. /*Resource Titles/Pics Made by |TG| Hawke*/
  75. /*--------------------------*/
  76. /* Add #include "HUD\sf_GUI.hpp" into your description.ext*/
  77.  
  78. class sf_RscPicture {
  79. type = 0;
  80. idc = -1
  81. style = 48;
  82. x = 0.4; y = .91;
  83. w = 0.2; h = 0.3;
  84. sizeEx = (((100/36)/100)*0.9);
  85. colorBackground[] = {0, 0, 0, 0};
  86. colorText[] = {1, 1, 1, 1};
  87. font = "Zeppelin32";
  88. text = "";
  89. };
  90.  
  91.  
  92.  
  93. class RscTitles {
  94. class sf_1oclock {
  95. idd=-1;
  96. movingEnable=0;
  97. duration=5;
  98. fadein = 0.1;
  99. fadeout = 0.1;
  100. name="sf_1oclock";
  101. sizeEx = 256;
  102. class controls {
  103. class Picture : sf_RscPicture {
  104. duration=5;
  105. w = 0.2; h = 0.3;
  106. text="tg_shotfinder\HUD\images\1oclock.paa";
  107. sizeEx = 256;
  108. };
  109. };
  110. };
  111. class sf_2oclock {
  112. idd=-1;
  113. movingEnable=0;
  114. duration=5;
  115. fadein = 0.1;
  116. fadeout = 0.1;
  117. name="sf_2oclock";
  118. sizeEx = 256;
  119. class controls {
  120. class Picture : sf_RscPicture {
  121. duration=5;
  122. w = 0.2; h = 0.3;
  123. text="tg_shotfinder\HUD\images\2oclock.paa";
  124. sizeEx = 256;
  125. };
  126. };
  127. };
  128. class sf_3oclock {
  129. idd=-1;
  130. movingEnable=0;
  131. duration=5;
  132. fadein = 0.1;
  133. fadeout = 0.1;
  134. name="sf_3oclock";
  135. sizeEx = 256;
  136. class controls {
  137. class Picture : sf_RscPicture {
  138. duration=5;
  139. w = 0.2; h = 0.3;
  140. text="tg_shotfinder\HUD\images\3oclock.paa";
  141. sizeEx = 256;
  142. };
  143. };
  144. };
  145. class sf_4oclock {
  146. idd=-1;
  147. movingEnable=0;
  148. duration=5;
  149. fadein = 0.1;
  150. fadeout = 0.1;
  151. name="sf_4oclock";
  152. sizeEx = 256;
  153. class controls {
  154. class Picture : sf_RscPicture {
  155. duration=5;
  156. w = 0.2; h = 0.3;
  157. text="tg_shotfinder\HUD\images\4oclock.paa";
  158. sizeEx = 256;
  159. };
  160. };
  161. };
  162. class sf_5oclock {
  163. idd=-1;
  164. movingEnable=0;
  165. duration=5;
  166. fadein = 0.1;
  167. fadeout = 0.1;
  168. name="sf_5oclock";
  169. sizeEx = 256;
  170. class controls {
  171. class Picture : sf_RscPicture {
  172. duration=5;
  173. w = 0.2; h = 0.3;
  174. text="tg_shotfinder\HUD\images\5oclock.paa";
  175. sizeEx = 256;
  176. };
  177. };
  178. };
  179. class sf_6oclock {
  180. idd=-1;
  181. movingEnable=0;
  182. duration=5;
  183. fadein = 0.1;
  184. fadeout = 0.1;
  185. name="sf_6oclock";
  186. sizeEx = 256;
  187. class controls {
  188. class Picture : sf_RscPicture {
  189. duration=5;
  190. w = 0.2; h = 0.3;
  191. text="tg_shotfinder\HUD\images\6oclock.paa";
  192. sizeEx = 256;
  193. };
  194. };
  195. };
  196. class sf_7oclock {
  197. idd=-1;
  198. movingEnable=0;
  199. duration=5;
  200. fadein = 0.1;
  201. fadeout = 0.1;
  202. name="sf_7oclock";
  203. sizeEx = 256;
  204. class controls {
  205. class Picture : sf_RscPicture {
  206. duration=5;
  207. w = 0.2; h = 0.3;
  208. text="tg_shotfinder\HUD\images\7oclock.paa";
  209. sizeEx = 256;
  210. };
  211. };
  212. };
  213. class sf_8oclock {
  214. idd=-1;
  215. movingEnable=0;
  216. duration=5;
  217. fadein = 0.1;
  218. fadeout = 0.1;
  219. name="sf_8oclock";
  220. sizeEx = 256;
  221. class controls {
  222. class Picture : sf_RscPicture {
  223. duration=5;
  224. w = 0.2; h = 0.3;
  225. text="tg_shotfinder\HUD\images\8oclock.paa";
  226. sizeEx = 256;
  227. };
  228. };
  229. };
  230. class sf_9oclock {
  231. idd=-1;
  232. movingEnable=0;
  233. duration=5;
  234. fadein = 0.1;
  235. fadeout = 0.1;
  236. name="sf_9oclock";
  237. sizeEx = 256;
  238. class controls {
  239. class Picture : sf_RscPicture {
  240. duration=5;
  241. w = 0.2; h = 0.3;
  242. text="tg_shotfinder\HUD\images\9oclock.paa";
  243. sizeEx = 256;
  244. };
  245. };
  246. };
  247. class sf_10oclock {
  248. idd=-1;
  249. movingEnable=0;
  250. duration=5;
  251. fadein = 0.1;
  252. fadeout = 0.1;
  253. name="sf_10oclock";
  254. sizeEx = 256;
  255. class controls {
  256. class Picture : sf_RscPicture {
  257. duration=5;
  258. w = 0.2; h = 0.3;
  259. text="tg_shotfinder\HUD\images\10oclock.paa";
  260. sizeEx = 256;
  261. };
  262. };
  263. };
  264. class sf_11oclock {
  265. idd=-1;
  266. movingEnable=0;
  267. duration=5;
  268. fadein = 0.1;
  269. fadeout = 0.1;
  270. name="sf_11oclock";
  271. sizeEx = 256;
  272. class controls {
  273. class Picture : sf_RscPicture {
  274. duration=5;
  275. w = 0.2; h = 0.3;
  276. text="tg_shotfinder\HUD\images\11oclock.paa";
  277. sizeEx = 256;
  278. };
  279. };
  280. };
  281. class sf_12oclock {
  282. idd=-1;
  283. movingEnable=0;
  284. duration=5;
  285. fadein = 0.1;
  286. fadeout = 0.1;
  287. name="sf_12oclock";
  288. sizeEx = 256;
  289. class controls {
  290. class Picture : sf_RscPicture {
  291. duration=5;
  292. w = 0.2; h = 0.3;
  293. text="tg_shotfinder\HUD\images\12oclock.paa";
  294. sizeEx = 256;
  295. };
  296. };
  297. };
  298. };
  299.  
  300.  
  301.  
  302. class CfgRadio
  303. {
  304. sounds[] = {};
  305. class oclock1
  306. {
  307. name = "1oclock";
  308. sound[] = {"tg_shotfinder\sounds\shot1oclock.ogg", db-0, 1.0};
  309. title = "";
  310. };
  311. class oclock2
  312. {
  313. name = "2oclock";
  314. sound[] = {"tg_shotfinder\sounds\shot2oclock.ogg", db-0, 1.0};
  315. title = "";
  316. };
  317. class oclock3
  318. {
  319. name = "3oclock";
  320. sound[] = {"tg_shotfinder\sounds\shot3oclock.ogg", db-0, 1.0};
  321. title = "";
  322. };
  323. class oclock4
  324. {
  325. name = "4oclock";
  326. sound[] = {"tg_shotfinder\sounds\shot4oclock.ogg", db-0, 1.0};
  327. title = "";
  328. };
  329. class oclock5
  330. {
  331. name = "5oclock";
  332. sound[] = {"tg_shotfinder\sounds\shot5oclock.ogg", db-0, 1.0};
  333. title = "";
  334. };
  335. class oclock6
  336. {
  337. name = "6oclock";
  338. sound[] = {"tg_shotfinder\sounds\shot6oclock.ogg", db-0, 1.0};
  339. title = "";
  340. };
  341. class oclock7
  342. {
  343. name = "7oclock";
  344. sound[] = {"tg_shotfinder\sounds\shot7oclock.ogg", db-0, 1.0};
  345. title = "";
  346. };
  347. class oclock8
  348. {
  349. name = "8oclock";
  350. sound[] = {"tg_shotfinder\sounds\shot8oclock.ogg", db-0, 1.0};
  351. title = "";
  352. };
  353. class oclock9
  354. {
  355. name = "9oclock";
  356. sound[] = {"tg_shotfinder\sounds\shot9oclock.ogg", db-0, 1.0};
  357. title = "";
  358. };
  359. class oclock10
  360. {
  361. name = "10oclock";
  362. sound[] = {"tg_shotfinder\sounds\shot10oclock.ogg", db-0, 1.0};
  363. title = "";
  364. };
  365. class oclock11
  366. {
  367. name = "11oclock";
  368. sound[] = {"tg_shotfinder\sounds\shot11oclock.ogg", db-0, 1.0};
  369. title = "";
  370. };
  371. class oclock12
  372. {
  373. name = "12oclock";
  374. sound[] = {"tg_shotfinder\sounds\shot12oclock.ogg", db-0, 1.0};
  375. title = "";
  376. };
  377. };
  378.  
  379. class Extended_PostInit_EventHandlers
  380. {
  381. class tg_shotfinderInit {
  382. clientInit = "sfnul = [] spawn compile preprocessFileLineNumbers 'tg_shotfinder\SF_clientInit.sqf'";
  383.  
  384. };
  385. };
Add Comment
Please, Sign In to add comment