Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "BIS_AddonInfo.hpp"
- #define _ARMA_
- //ndefs=4
- enum {
- StabilizedInAxesNone = 0,
- StabilizedInAxisX = 1,
- StabilizedInAxisY = 2,
- StabilizedInAxesBoth = 3
- };
- //Class P:\bwa_specops\config.bin{
- class CfgPatches
- {
- class BWA_Weapons_West_Attachments
- {
- units[] = {"BWA_Gun_Bag","BWA_Tripod_Bag","BWA_Bag_Base","BWA_ACE_Gunbag","BWA_ACE_Gunbag_Tan"};
- weapons[] = {"BWA_optic_AN_PVS_10","BWA_Item_Base","BWA_Kletterseil","BWA_Specops_Helm_Flecktarn","BWA_Specops_Helm_Tropentarn"};
- requiredVersion = 0.1;
- requiredAddons[] = {"ace_gunbag","rhsusf_c_troops"};
- };
- };
- class SlotInfo;
- class asdg_OpticRail;
- class asdg_OpticRail1913: asdg_OpticRail
- {
- class compatibleItems
- {
- BWA_optic_AN_PVS_10 = 1;
- };
- };
- class CfgMods
- {
- class Mod_Base;
- class BWA_Edit: Mod_Base
- {
- author = "Apus / Chaser";
- picture = "\bwa_specops\data\logo_bwa.paa";
- logo = "\bwa_specops\data\logo_bwa.paa";
- logoOver = "\bwa_specops\data\logo_bwa.paa";
- logoSmall = "\bwa_specops\data\logo_bwa.paa";
- dlcColor[] = {0,0,0,1};
- fieldManualTopicAndHint[] = {"BWA_Edit","BWA_Edit_MAIN"};
- hideName = 1;
- hidePicture = 0;
- tooltip = "BWA_Edit";
- tooltipOwned = "BWA edit";
- name = "Mods durch GSG und BWA editiert";
- overview = "Alle Rechte verbleiben bei ihren Eigentümern";
- action = "http://www.grenzschutzgruppe.de/ http://www.bw-armaclan.de";
- dir = "bwaedit";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment