RHS Feedback - USAF | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001979 | USAF | [All Projects] General | public | 2016-03-13 15:48 | 2016-03-13 16:12 |
| Reporter | Brostrom.A | ||||
| Assigned To | reyhard | ||||
| Priority | none | Severity | feature | Reproducibility | N/A |
| Status | resolved | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | 0.4.1 | |||
| Is it a wish/request? | Yes | ||||
| RHS version | |||||
| Arma 3 version | 1.56 | ||||
| Did you used any other mod when the error occurred? | No | ||||
| Which mods? | |||||
| Summary | 0001979: Editor placable ammunition (With example code) | ||||
| Description | I have done this my self for eastatics But i figured i share it with you guys directly instead. | ||||
| Steps To Reproduce | |||||
| Additional Information | 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"; }; }; | ||||
| Tags | EDEN | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||