RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001979USAF[All Projects] Generalpublic2016-03-13 15:482016-03-13 16:12
ReporterBrostrom.A 
Assigned Toreyhard 
PrioritynoneSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.4.1 
Summary0001979: Editor placable ammunition (With example code)
DescriptionI have done this my self for eastatics But i figured i share it with you guys directly instead.
Additional InformationCfgVehicles {
    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";
    };
};
TagsEDEN
Is it a wish/request?Yes
RHS version
Arma 3 version1.56
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  Notes
(0004080)
reyhard (administrator)
2016-03-13 16:12

done it other way. there is magazine eden category btw

- Issue History
Date Modified Username Field Change
2016-03-13 15:48 Brostrom.A New Issue
2016-03-13 15:48 Brostrom.A Tag Attached: EDEN
2016-03-13 16:12 reyhard Note Added: 0004080
2016-03-13 16:12 reyhard Status new => resolved
2016-03-13 16:12 reyhard Fixed in Version => 0.4.1
2016-03-13 16:12 reyhard Resolution open => fixed
2016-03-13 16:12 reyhard Assigned To => reyhard


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker