RHS Feedback

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005204AFRF[All Projects] Generalpublic2019-08-13 16:402019-08-14 11:34
ReporterTakigyula 
Assigned Toda12thMonkey 
PrioritynoneSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005204: CM burst
DescriptionHi!
With the update CM burst changed Mig-29.
What to write instead of?

It no longer works: (mig29) addmagazine "120Rnd_CMFlare_Chaff_Magazine";

Thanks!
TagsNo tags attached.
Is it a wish/request?No
RHS versionStable
Arma 3 version1.94
Did you used any other mod when the error occurred?No
Which mods?
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker