Jump to content
Sign in to follow this  
Andy1970

BAF Vehicle ammo class names

Recommended Posts

Hi folks, im so so sorry if this is on the site somewhere. I've been trying to find the answer to my question for about a week now & i just cant find it. I hope someone can point me to where i can find it & show me where i'm going wrong.

Im trying to fill all the magazine slots of the BAF_Jackal2_L2A1 with the ammo it needs but not matter how i word it i just cant find the magazines for the top gun. Please could someone show me what im doing wrong?

Many many thanks in advance

Andy

Share this post


Link to post
Share on other sites

It uses the same ammo as other .50 BMG machineguns, the magazine named "100Rnd_127x99_M2".

this addMagazine "100Rnd_127x99_M2";

Regards,

Sander

Share this post


Link to post
Share on other sites

sander is correct, an easy way to find ammo is to use an eventhandler

place this in the init of the unit and fire the weapon. After that you can just paste the result where ever you want.

this addEventHandler ["fired",{hint format ["%1",_this select 5];copyToClipboard str (_this select 5) } ]

Share this post


Link to post
Share on other sites

Thank you very much Sander. Have you seen the vehicle cargo chart mate? Do you understand or know much about the vehicle slots?

Thanks once again. I kept trying to search ammo class names for the Jackal but kept failing.

Andy

Share this post


Link to post
Share on other sites

You are welcome.

The magazine used by the Grenade Machine Gun is:

32Rnd_40mm_GMG

The magazine used by the vehicle commander's Gimpy is:

200Rnd_762x54_GPMG

NB the 762x54 is not a typo, it is the actual classname.

Regards,

Sander

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  

×