Jump to content
Sign in to follow this  
nedley

BAF Classnames/Comref

Recommended Posts

Does anyone know a quick way to get the complete list?

I have the basic classnames, units, vehicles etc.

I'm having trouble however trying to establish where I find weapons/mag classnames.

Any ideas?

Thanks.

Share this post


Link to post
Share on other sites

Placed separately into a radio trigger:

hint format ["%1",magazines player];
hint format ["%1", weapons player];


Edited by cobra4v320

Share this post


Link to post
Share on other sites

After 10 minutes running in-and-out of triggers....

BAF_L110A1_AIM - Automatic Rifle/MG

200Rnd_556x45_L110A1 mag

BAF_LRR_scoped - sniper

5Rnd_86x70_L115A1 mag

BAF_L7A2_GPMG - Machine gun

100Rnd_762X51_M240

BAF_L85A2_UGL_ACOG - grenadier

BAF_L85A2_RIS_SUSAT - scope rifle

BAF_L85A2_UGL_SUSAT - scope rifle + grenade launcher

BAF_L86A2_ACOG - agoc LSW

BAF_L85A2_RIS_ACOG - Rifle with ACOG

Share this post


Link to post
Share on other sites

Uhh, sounds tedius. Put this:

hint format ["%1",getMagazineCargo this]

on an ammo crate.

Change from hint to diag_log to get the output to your .rpt file.

Change getMagazineCargo to getWeaponCargo to get weapons instead.

For better output formats, check the forum for how to do it.

Share this post


Link to post
Share on other sites

What's the magazine names for the L85 and L86?

edit:

Thanks!

VVVVVV

Edited by karphead

Share this post


Link to post
Share on other sites

What about the backpack? I tried hint format ["%1",unitBackpack player]; but it gave me the p3d model name instead

Scratch that, it's in the pastebin

class BAF_AssaultPack_RifleAmmo: Bag_Base_BAF
class BAF_AssaultPack_ARAmmo: Bag_Base_BAF
class BAF_AssaultPack_MGAmmo: Bag_Base_BAF
class BAF_AssaultPack_ATAmmo: Bag_Base_BAF
class BAF_AssaultPack_HATAmmo: Bag_Base_BAF
class BAF_AssaultPack_Special: Bag_Base_BAF
class BAF_AssaultPack_FAC: Bag_Base_BAF
class BAF_AssaultPack_HAAAmmo: Bag_Base_BAF
class BAF_AssaultPack_LRRAmmo: Bag_Base_BAF

All of these come with preinserted mags for their roles as in their names

Edited by Mr_Centipede

Share this post


Link to post
Share on other sites

W0lle has a complete classnames list for BAF, as a request from me from Armaholic :D i haven't got the link right now as I am at work, but if you bare with me i will link it very soon

---------- Post added at 16:11 ---------- Previous post was at 16:02 ----------

I had a quick look on my armaholic account while at work and found the classlist names for BAF here it is.

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  

×