Jump to content
Sign in to follow this  
jmaxwellc

Multiple scripting

Recommended Posts

Hello, I recently saw the GLT_Air on Armaholic and I notice it have the Sparow missile and such, I looked at how a guy made a C130 turn into a bomber and I was thinking how would I be able to put a Sparow missile on an aircraft, like a A10 or something?

Is it possible to carry an nuclear missile in a C130? If so can you please give it to me?

Share this post


Link to post
Share on other sites

if you're using GLT Misslebox it would be as simple as putting:

this addWeapon "GLT_AIM7_Launcher";
this addMagazine "GLT_2Rnd_AIM7";

into the A-10 or other aircraft's init field.

Keep in mind though, the missle will not show up on the aircraft's external pylons (if it has any) unless another magazine is first removed, giving space for the AIM-7's to show up on the external pylons.

Share this post


Link to post
Share on other sites

So for the Sparow missile, I put

this addWeapon "GLT_Sparow_Launcher";
this addMagazine "GLT_2Rnd_Sparow";

Share this post


Link to post
Share on other sites
So for the Sparow missile, I put

this addWeapon "GLT_Sparow_Launcher";
this addMagazine "GLT_2Rnd_Sparow";

Yep just place that in the init field of the aircraft.

Use the two lines i gave you as the AIM-7 Sparrow is the missle you're referring to as "sparow"

Share this post


Link to post
Share on other sites

I'm trying to use a GBU 39 and when I put it in the A10 init field, it doesn't work.

Share this post


Link to post
Share on other sites
I'm trying to use a GBU 39 and when I put it in the A10 init field, it doesn't work.

You're using this?

this addWeapon "GLT_GBU39_Launcher";
this addMagazine "GLT_4Rnd_GBU39";

As long as you're using the correct classnames, it will work. You can get these by looking inside of a .pdf file included with GLT_Misslebox named "missilebox_readme.pdf"

Share this post


Link to post
Share on other sites

Thank you alot men, this helped me out.

---------- Post added at 02:23 ---------- Previous post was at 00:46 ----------

Is it anyway I can put an nuclear missile or bomb in the C130J?

Share this post


Link to post
Share on other sites

---------- Post added at 02:23 ---------- Previous post was at 00:46 ----------

Is it anyway I can put an nuclear missile or bomb in the C130J?

The closest thing I know of to a nuclear bomb is the MOAB included with GLT Misslebox.

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  

×