Jump to content
Sign in to follow this  
nosecone

Helicopter Interaction Question

Recommended Posts

Hi all

I have downloaded Helicopter Interaction placed the script folder with the osmo folder in it, into the mission folder in take on helicopters main folder but I can't get it to work?

Rhys

Share this post


Link to post
Share on other sites

You have to put the whole things in a missions folder.

For exemple here;

C:\Users\XPS Antoine\Documents\Take On Helicopters\missions\Light%20Landing%20practice.United_States_H\ HERE

Share this post


Link to post
Share on other sites

Thanks honO

Placed the files into a missions folder as shown in the string you posted above but still no luck. I have created a mission using the editor and placed the files from the osmo folder directly into my new mission but no luck.

Regards

Rhys

Share this post


Link to post
Share on other sites

You need place small script into init.sqf or unit itself. I am not sure as i am not on home PC. Otherwise interaction do not magicaly run for all helis.

Edited by ataribaby

Share this post


Link to post
Share on other sites

+1

Copy these lines in your init file

_choppers = allMissionObjects "Air";

{ _x execVM "scripts\OSMO_interaction\OSMO_interaction_init.sqf" } forEach _choppers;

Sorry. I forgot that.. :o

Enjoy

Share this post


Link to post
Share on other sites

Thanks guys

Do I put the lines in the osmo interaction init file or the init file in the mission folder?

Rhys

Share this post


Link to post
Share on other sites

Thanks honO

Placed the osmo folder into the mydocuments/take on helicopters/missions/New%20scrub%20fire%20final.United_States_H/

copied the lines into the mission init file but I am getting this message

Script

Scripts\OSMO_interaction\OSMO_interaction_init.sqf

not found

Rhys

Share this post


Link to post
Share on other sites

here is how it have to be.

C:\Users\XPS Antoine\Documents\Take On Helicopters\missions\Pursuit.Chernarus\scripts\OSMO_interaction\Here are all the OSMO_interaction...sqf

Share this post


Link to post
Share on other sites

:yay: thanks honO forgot to remove the scripts folder from the first omso folder:o working fine now

Rhys

Share this post


Link to post
Share on other sites

Aaah. Finaly.

Enjoy and Share some video :bounce3:

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  

×