RHS Feedback - USAF
View Issue Details
0001979USAF[All Projects] Generalpublic2016-03-13 15:482016-03-13 16:12
Brostrom.A 
reyhard 
nonefeatureN/A
resolvedfixed 
 
0.4.1 
Yes
1.56
No
0001979: Editor placable ammunition (With example code)
I have done this my self for eastatics But i figured i share it with you guys directly instead.
CfgVehicles {
    class Weapon_Base_F;
    class rhs_mag_30Rnd_556x45_M855A1_Stanag_ground : Weapon_Base_F {
        scope = 2;
        scopeCurator = 2;
        vehicleClass = "Ammo";
        editorCategory = "EdCat_Equipment";
        editorSubcategory = "rhs_EdCat_Ammo";
        displayName = "5.56x45 M855A1 STANAG";
        class TransportMagazines {
            MACRO_ADDMAGAZINE(rhs_mag_30Rnd_556x45_M855A1_Stanag,1); // ACE code change it to proper.
        };
    };
    class rhsusf_100Rnd_762x51_m61_ap_ground : Weapon_Base_F {
        scope = 2;
        scopeCurator = 2;
        vehicleClass = "Ammo";
        editorCategory = "EdCat_Equipment";
        editorSubcategory = "rhs_EdCat_Ammo";
        displayName = "7.62mm M61 AP 100rnd BELT";
        class TransportMagazines {
            MACRO_ADDMAGAZINE(rhsusf_100Rnd_762x51_m61_ap,1); // ACE code change it to proper.
        };
    };
};

class CfgEditorSubcategories {
    class rhs_EdCat_Ammo {
        displayName = "Ammunition";
    };
};
EDEN
Issue History
2016-03-13 15:48Brostrom.ANew Issue
2016-03-13 15:48Brostrom.ATag Attached: EDEN
2016-03-13 16:12reyhardNote Added: 0004080
2016-03-13 16:12reyhardStatusnew => resolved
2016-03-13 16:12reyhardFixed in Version => 0.4.1
2016-03-13 16:12reyhardResolutionopen => fixed
2016-03-13 16:12reyhardAssigned To => reyhard

Notes
(0004080)
reyhard   
2016-03-13 16:12   
done it other way. there is magazine eden category btw