Jump to content
Sign in to follow this  
leoviale

Squad AI conversation and Chopper Pickup

Recommended Posts

Hey guys, I'm creating a night mission, and there is a moment of the mission that you go walking like 5 min or more, and It would be sweet to do some random conversation between my squad AI members, so the long walk gets more exiting.

Also I want to make a chopper extraction at the end of the mission, and I'm having a difficult time to get it done. I arrive to the extraction point, use the radio to call it, but can get the chopper to land where i'm standing, and getting the waypoint to target the chopper with a "GET IN" description for example.

Also I would like to have like a second scenario where the chopper could get attacked and a new waypoint is added. How could I do that?

Thanks in advance.:)

Share this post


Link to post
Share on other sites

Not sure I understand your qeustion, however:

Use an invisible ‘H’ landing spot from the ‘Objects’ menu.

go into create unit

select ‘empty’

go down to ‘objects’

choose ‘invisible ‘H’

Place the ‘H’ on a reasonably flat area with enough landing room and it will land on the spot ‘H’..

Set a second heli to land at a different ‘H’ if you want a second alternative if the first heli gets shot down, just name

First: Alpha

Second: Bravo

This any help..

.

Share this post


Link to post
Share on other sites

For the chopper extraction process, theres various ways to do this I will list a few.

waypoints

1. with the chopper's waypoints if you have a waypoint then the point at which the chopper is to pick you up,

sync your waypoint to the choppers, if you have AI under your command, then just tell them to mount the chopper and the chopper will land.

scripts

2.plannedExtraction

http://www.kylania.com/ex/?p=47

3.Chopper/aerial taxi script

http://www.armaholic.com/page.php?id=12141&highlight=TAXI

4.Air Support

http://www.armaholic.com/page.php?id=8337

in the init.sqf script for this just put this:

ASfirstrun = true;
nul = [m1,"trans"] execVM "airSup\airSupInit.sqf";

if you only want a chopper to just transport you.

any questions about this, i have used this quite extensively.

5.Hostage Capture Script(has a way to extract via chopper

http://www.kylania.com/ex/?p=11

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×