Nichols 243 Posted May 23, 2018 10 hours ago, sykocrazy said: Hi everyone! Update's out on the SW if anyone's still subscribed to that! If not, click here. Note: Due to the addition of the loadout system, we've removed the preset Light, Medium and Heavy AH-6 classes from the editor. So now there's only 1 main AH-6M class to pick from. You can then choose a loadout by either using the dynamic loadout presets(make sure to select whether a gun/rocket is operated by pilot or copilot) or coming up with your own combination. For now the previously used classes are just hidden to avoid breaking any missions that still use them. In a future update we will be remo + Added - Removed @ Fixed ^ Improved + Dynamic Loadout system(please provide feedback either here or on the BI forums about ideas for a better UI Layout for that thing) + Ability to have more than 1 type of rocket warhead in the rocket pods(This makes the UI clunky, so let me know if this is at all worth the clunkiness) + Flechette Hydra warhead(let me know if this sucks the performance out of servers) + Illuminating flare Hydra warhead + MPSM Hydra warhead + Recoil for Miniguns and GAU19 + Hydra rocket dispersion + Radar altimeter digital readout + Radar warning receiver + Editor preview images + Fire extinguisher + Wreck model + Tail number selection in attributes menu + Nose art is now selectable in the attributes menu + Interior/maint rotor/ammo box textures - Bobblehead from the action menu(You can add it via attributes menu) - "EXPERIMENTAL" decal. @ DAGRs and Hellfires should be working again(yay?) @ Countermeasures also work ^ Optimized textures and models ^ Crosshair on the attack bird is now "better" ^ Flight model SWEET UPDATE! Now I don't have to use RHS for little birds anymore! 5 Share this post Link to post Share on other sites
ski2060 167 Posted May 23, 2018 Will the RHS donated birds be updated to this standard? Share this post Link to post Share on other sites
sykocrazy 67 Posted May 23, 2018 58 minutes ago, ski2060 said: Will the RHS donated birds be updated to this standard? Yes. 2 1 Share this post Link to post Share on other sites
ski2060 167 Posted May 23, 2018 1 minute ago, sykocrazy said: Yes. You Rock! Thanks to you and your team! We love the MELB's and can't wait to see these new versions. Share this post Link to post Share on other sites
Jnr4817 215 Posted May 23, 2018 Thanks for the update Share this post Link to post Share on other sites
Zanven 0 Posted March 18, 2019 @sykocrazy, great mod, i have gutted the pylon system to reduce the amount of pylons needed as we want the weapons system to feel like the cup little bird but much prefer the melb helicopter. I Have made the Cup little bird miniguns default since they are "cooler", and added ace missile guidance for a few weapons the one problem i have left which is a QOL thing is i want to now delete the extra pylons from the menu that i have made never be able to hold anything but empty but it causes all pylons to lose position and be stacked at one location when i delete all the empty pylons, any tips? Edit: Desired look except it causes the helicopter mounts to go to a singular location: code block causing the desired outcome with the unexpected sideeffect: // Melb Heli class MELB_base : Helicopter_Base_H { class Components; class Turrets; }; class MELB_AH6M : MELB_base { class Turrets : Turrets { class CopilotTurret; } class Components : Components { class TransportPylonsComponent { class pylons { class R_Rockets_12x; class R_Rockets_4x; class R_Rockets_3x; class R_HellfireRack_R_slot; class R_HellfireRack_L_slot; class L_HellfireRack_R_slot; class L_HellfireRack_L_slot; class L_Rockets_3x; class L_Rockets_4x; class L_Rockets_12x; }; }; }; }; class DRAGONFLY : MELB_AH6M { class Components: Components { class TransportPylonsComponent { UIPicture = "melb\data\ui\melb_eden_ca.paa"; class pylons { class R_Pylon { hardpoints[] = {"RightMount_MELB"}; attachment = "CUP_PylonPod_19Rnd_CRV7_FAT_M"; maxweight = 200; UIposition[] = {0.125,0.4}; }; delete R_Rockets_3x; delete R_Rockets_4x; delete R_Rockets_12x; delete R_HellfireRack_R_slot; delete R_HellfireRack_L_slot; class R_Minigun: R_Pylon { hardpoints[] = {"Right_MinigunMount_MELB"}; attachment = "Pylon_R_GUN_MELB_CUSTOM"; priority = 5; maxweight = 100; UIposition[] = {0.225,0.325}; }; class L_Minigun: R_Minigun { hardpoints[] = {"Left_MinigunMount_MELB"}; attachment = "Pylon_L_GUN_MELB_CUSTOM"; UIposition[] = {0.415,0.325}; }; delete L_HellfireRack_R_slot; delete L_HellfireRack_L_slot; delete L_Rockets_3x; delete L_Rockets_4x; delete L_Rockets_12x; class L_Pylon: R_Pylon { hardpoints[] = {"LeftMount_MELB"}; UIposition[] = {0.4925,0.4}; mirroredMissilePos = 1; }; }; class presets { class empty { displayName = "empty"; attachment[] = {}; }; delete M260HE_M134; delete M260HE_M134_GAU; delete GAU_M134_DAGR; delete Hellfires; }; }; }; }; it appears that the pylons have relative positions to each other so deleting one causes them to collapse in. I have attempted things like scope = 0; to no effect, Share this post Link to post Share on other sites
uscstaylor 0 Posted October 7, 2019 Hello I have a question and hope you can help me. Our unit uses the MELB a lot for getting our team into tight places. Great mod by the way. One of the things that we like to do is repel and so far we can do it but the guys when they repel down they’re under the helicopter as opposed to on the rails on the side, is there a way to move the spawn points for the ropes so that it matches the rails on the side of the helicopter if so can you please tell me how. Share this post Link to post Share on other sites
ampersand38 344 Posted October 9, 2019 Take a look at how to configure ACE Fastroping https://ace3mod.com/wiki/framework/fastroping-framework.html Share this post Link to post Share on other sites
Mcnab.D 7 Posted July 11, 2020 just enquiring if this mod is being updated anymore or will it only be rhs version that receives any update?. Reason for the ask is the hellfires miss the target by a couple of meters. Thank you Share this post Link to post Share on other sites
Waxitron 26 Posted March 9, 2022 On 7/11/2020 at 11:54 AM, Mcnab.D said: just enquiring if this mod is being updated anymore or will it only be rhs version that receives any update?. Reason for the ask is the hellfires miss the target by a couple of meters. Thank you Please use this link to submit a bug report to the dev's. Share this post Link to post Share on other sites
coldbloodsupplicant 0 Posted September 19 Hey there, myself and another dev are interested in extending the functionality of this mod with some of the modern MH-6M features like the wind guards and the 240 gun mount on the benches. Would it be possible for us to contribute in any way to this mod or make a fork of it and release it ourselves? Share this post Link to post Share on other sites