Jump to content

How to have SAR helicopter hover alongside Supercarrier


Go to solution Solved by razo+r,

Recommended Posts

Posted

Using the mission editor, I've been trying to create a simple carrier group using the Supercarrier. One issue I'm having is I can't get the SAR helicopter to hover on station alongside the carrier. I've watched a couple of Youtube tutorials, including one by Wags, where I've set the carrier speed at 15knts and set the helicopter to hover at 100ft just off the starboard side, also at 15knts and with a parallel waypoint to the carrier.

However, when I launch the mission, the helicopter either flies ahead of the carrier or the carrier move faster and the helicopter drops behind. The weird thing is, when I observe the F2 and F9 views it says the carrier is doing 20knts and the helicopter might be doing 40knts, but is still dropping behind the carrier, even though I've set them both to 15knts.

Any tips on what I'm doing wrong/how to do it correctly would be appreciated. Thanks.

i5-11600K CPU, 64GB DDR4 RAM, XFX Speedster MERC319 AMD Radeon 6900 XT, Oculus Quest 2, HP Reverb G2

Posted
2 hours ago, razo+r said:

Add an advanced waypoint option, task - follow and set it to the carrier. 

That did the job. Thank you!

i5-11600K CPU, 64GB DDR4 RAM, XFX Speedster MERC319 AMD Radeon 6900 XT, Oculus Quest 2, HP Reverb G2

  • 4 months later...
Posted

There's also a great moose script called RESCUEHELO it will fly alongside the carrier during launches. Land and refuel.

 

I may be misremembering but I think it will also effecta rescue if you go swimming within range of it

Don't Panic!

Posted

If You'll use the MOOSE framework in Your mission, then below will do the rest, the heli following the carrier at specific position offset, if there will be any friendly water crash nearby, then the heli will go to that position simulating the pick up of the pilot, then land and depart periodicaly on the carrier to simulate delivery of pilot and refueling.

env.info(">>> Rescue Heli start >>>")
RescueHeli1=RESCUEHELO:New(UNIT:FindByName("Stennis"), "Rescue Helicopter")
	:SetTakeoffHot()
	:SetAltitude(40)
	:SetOffsetX(200)
	:SetOffsetZ(-350)
	:Start()

env.info(">>> Rescue Heli started >>>")

The "Stennis" is the name of specific unit within the group that is the carrier, and "Rescue Helicopter" is the name of late activated template group with the rescue heli itself.

 

  • Thanks 1

Natural Born Kamikaze

-------------------------

AMD Ryzen 5 3600, AMD Fatal1ty B450 Gaming K4, AMD Radeon RX 5700 XT, 32 GB RAM Corsair Vengeance LPX, PSU Modecom Volcano 750W, Virpil Constellation Alpha Prime on Moza AB9 base, Virpil MongoosT-50CM3 Throttle, Turtle Beach VelocityOne Rudder.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...