Guest User

Untitled

a guest
Jan 4th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. #include "BIS_AddonInfo.hpp"
  2. #define _ARMA_
  3.  
  4. //ndefs=4
  5. enum {
  6. StabilizedInAxesNone = 0,
  7. StabilizedInAxisX = 1,
  8. StabilizedInAxisY = 2,
  9. StabilizedInAxesBoth = 3
  10. };
  11.  
  12. //Class P:\bwa_specops\config.bin{
  13. class CfgPatches
  14. {
  15. class BWA_Weapons_West_Attachments
  16. {
  17. units[] = {"BWA_Gun_Bag","BWA_Tripod_Bag","BWA_Bag_Base","BWA_ACE_Gunbag","BWA_ACE_Gunbag_Tan"};
  18. weapons[] = {"BWA_optic_AN_PVS_10","BWA_Item_Base","BWA_Kletterseil","BWA_Specops_Helm_Flecktarn","BWA_Specops_Helm_Tropentarn"};
  19. requiredVersion = 0.1;
  20. requiredAddons[] = {"ace_gunbag","rhsusf_c_troops"};
  21. };
  22. };
  23. class SlotInfo;
  24. class asdg_OpticRail;
  25. class asdg_OpticRail1913: asdg_OpticRail
  26. {
  27. class compatibleItems
  28. {
  29. BWA_optic_AN_PVS_10 = 1;
  30. };
  31. };
  32. class CfgMods
  33. {
  34. class Mod_Base;
  35. class BWA_Edit: Mod_Base
  36. {
  37. author = "Apus / Chaser";
  38. picture = "\bwa_specops\data\logo_bwa.paa";
  39. logo = "\bwa_specops\data\logo_bwa.paa";
  40. logoOver = "\bwa_specops\data\logo_bwa.paa";
  41. logoSmall = "\bwa_specops\data\logo_bwa.paa";
  42. dlcColor[] = {0,0,0,1};
  43. fieldManualTopicAndHint[] = {"BWA_Edit","BWA_Edit_MAIN"};
  44. hideName = 1;
  45. hidePicture = 0;
  46. tooltip = "BWA_Edit";
  47. tooltipOwned = "BWA edit";
  48. name = "Mods durch GSG und BWA editiert";
  49. overview = "Alle Rechte verbleiben bei ihren Eigentümern";
  50. action = "http://www.grenzschutzgruppe.de/ http://www.bw-armaclan.de";
  51. dir = "bwaedit";
  52.  
  53. };
  54. };
Advertisement
Add Comment
Please, Sign In to add comment