Jump to content
Sign in to follow this  
Uksus

Please help to make a mission in AO

Recommended Posts

Hi ! all i want is to make DM mission kinda like Dogfight mission but with Helicopters!!!

please please please , or may b i can download it from somewhere or somone?

Very new to the game....

Share this post


Link to post
Share on other sites

Welcome to Operation Arrowhead! :)

You could just take the Dogfight mission and change all the planes to helicopters in the Editor. :)

Share this post


Link to post
Share on other sites

could you please explain to me where you find the Dogfight-mission on your computer, and how to open that one in the editor?

Share this post


Link to post
Share on other sites

Not sure, but I'm guessing addons\missions.pbo. You need to use a pbo packer/unpacker, you should be able to locate one if you search the forums.

Share this post


Link to post
Share on other sites

yeah man! Found it in the ...\expansion\addons\mission_e.pbo

however replacing the default planes with another one seems hard.

Share this post


Link to post
Share on other sites

Actually, it's really easy and requires no editing. :)

There is a pre-game Parameter setting for AirCraft type, either the L39, A-10 or Su25.

If you wanted more planes than that you'd just change this line in the init.sqf:

_aircraftTypes = ["L39_TK_EP1", "A10_US_EP1", "Su25_TK_EP1"];

and this section in the description.ext:

	class aircraftType
       {
               title = $STR_EP1_description.extParams_aircraftType0;
               values[] = {0, 1, 2};
               texts[] = {$STR_ep1_dn_l39_base, $STR_dn_a10, $STR_dn_su25};
               default = 1;
       };

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  

×