Jump to content
Sign in to follow this  
ray243

Arming weapons on vehicles?

Recommended Posts

No, I don't meant using attachto, but rather, I could switch to it. For example, I want Sidewinder missiles mounted on a certain land or air vehicle, and actually use it. Right now, I want to make a plane with a massive load of bombs, but can't seem to find out the codename of the MK82 bombs.

---------- Post added at 11:56 PM ---------- Previous post was at 11:42 PM ----------

Also, it would be helpful if anyone could teach me how to add ZU23 cannons onto the A10 and make them useable?

Share this post


Link to post
Share on other sites

For the ZSU cannon on an A10, add this to it's init:

this addMagazine "2000Rnd_23mm_AZP85";this addWeapon "AZP85";

Always make sure the ammo is before the weapon.

If you want to remove the GAU8, and it's ammo:

this removemagazine "1350Rnd_30mmAP_A10";this removeweapon "GAU8";

Now,

For the Mk82's

this addMagazine "6Rnd_Mk82"; this addWeapon "Mk82BombLauncher_6";

Add as many addmag's as you need (will need to reload after each 6)

Armaholic has a great page to show you every item in Arma.

Now, you want to make one hell of a HUMVEE M240?

this addMagazine "2000Rnd_23mm_AZP85";this addWeapon "AZP85";this addMagazine "4Rnd_Sidewinder_AV8B";this addweapon "SidewinderLaucher"; this addMagazine "8Rnd_Hellfire"; this addweapon "HellfireLauncher";

Also, make sure that whatever your adding these lines to has a turret. If not, everything will just fire where the vehicle is pointing (if at all)

Share this post


Link to post
Share on other sites

Thanks a ton!

---------- Post added at 11:38 AM ---------- Previous post was at 11:28 AM ----------

Nevermind

Edited by ray243

Share this post


Link to post
Share on other sites

I tried adding hellfires to a civvy car.

I went to fire and my game crashed :rolleyes:

Share this post


Link to post
Share on other sites

Yeah, I think the vehicle has to have a weapon to begin with. A "gunner" position (could be the driver/pilot as well, as long as they have a "gun")

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  

×