Anonymous | Login | 2024-11-21 16:12 CET |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005204 | AFRF | [All Projects] General | public | 2019-08-13 16:40 | 2019-08-14 11:34 | ||||
Reporter | Takigyula | ||||||||
Assigned To | da12thMonkey | ||||||||
Priority | none | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005204: CM burst | ||||||||
Description | Hi! With the update CM burst changed Mig-29. What to write instead of? It no longer works: (mig29) addmagazine "120Rnd_CMFlare_Chaff_Magazine"; Thanks! | ||||||||
Tags | No tags attached. | ||||||||
Is it a wish/request? | No | ||||||||
RHS version | Stable | ||||||||
Arma 3 version | 1.94 | ||||||||
Did you used any other mod when the error occurred? | No | ||||||||
Which mods? | |||||||||
Attached Files | |||||||||
Notes | |
(0009740) da12thMonkey (administrator) 2019-08-13 17:34 edited on: 2019-08-13 19:21 |
All aircraft countermeasures are now handled by dynamic loadouts. You can select the number of flares and chaff from the loadouts menu in Eden (limited to the realistic number of flares/chaff the aircraft can carry) Scripting-wise they can be changed with `_vehicle setPylonLoadOut ["cmDispenser","magazineName",true]` That will add both the appropriate magazine and launcher to the aircraft The last "true" parameter will allow you to force any magazine on to the aircraft pylon, such as the higher capacity helicoper flare magazines such as `_vehicle setPylonLoadOut ["cmDispenser","rhs_ASO2_CMFlare_Magazine_x4",true]` for a 128 round flare magazine Adding non-dynamic loadouts countermeasure magazines like "120Rnd_CMFlare_Chaff_Magazine"; will require you to to use the old addMagazine command but also add the old flare/chaff launcher weapon to the aircraft `_vehicle addWeapon "rhs_weap_CMFlareLauncher";` |
(0009745) Takigyula (viewer) 2019-08-14 09:27 |
All right, thank you very much! |
Issue History | |||
Date Modified | Username | Field | Change |
2019-08-13 16:40 | Takigyula | New Issue | |
2019-08-13 17:34 | da12thMonkey | Note Added: 0009740 | |
2019-08-13 19:21 | da12thMonkey | Note Edited: 0009740 | View Revisions |
2019-08-14 09:27 | Takigyula | Note Added: 0009745 | |
2019-08-14 11:34 | da12thMonkey | Status | new => closed |
2019-08-14 11:34 | da12thMonkey | Assigned To | => da12thMonkey |
2019-08-14 11:34 | da12thMonkey | Resolution | open => no change required |
Copyright © 2000 - 2024 MantisBT Team |