Jump to content
Sign in to follow this  
TAW_Yonose

Weapon/Ammo information

Recommended Posts

Hello.

Where can i find information(codes) about each gun like, what mass does it have, how much damage and what effective range on the bullets?

Share this post


Link to post
Share on other sites

you sure i can i see the config of each ammo type and gun? i never seen it in there.. not that i have looked so much into it.

Share this post


Link to post
Share on other sites
you sure i can i see the config of each ammo type and gun? i never seen it in there.. not that i have looked so much into it.

Yes. The accepted ammo types each weapon can take are in the config under each gun

Share this post


Link to post
Share on other sites

1.) Install PBO Manager to be able to open and unpack PBO files (ArmA game files).

2.) Download ArmAUnbin. With that you can open almost every .bin file in the ArmA 3 PBOs and even save them as .cpp files. These files are where you'll find what you're searching for.

Share this post


Link to post
Share on other sites
you sure i can i see the config of each ammo type and gun? i never seen it in there.. not that i have looked so much into it.

The config viewer is Jesus.

configfile >> "CfgWeapons" >> "arifle_Katiba_F" >> "magazines"

configfile >> "CfgWeapons" >> "arifle_Katiba_F" >> "WeaponSlotsInfo" >> "CowsSlot" >> "compatibleItems"

configfile >> "CfgWeapons" >> "arifle_Katiba_F" >> "WeaponSlotsInfo" >> "MuzzleSlot" >> "compatibleItems"

configfile >> "CfgWeapons" >> "arifle_Katiba_F" >> "WeaponSlotsInfo" >> "PointerSlot" >> "compatibleItems"

Edited by Iceman77

Share this post


Link to post
Share on other sites

This is also quite handy:

http://browser.six-projects.net/cfg_weapons/tree

Alternately, you could write a little script that filters out exactly the information you want.

Don't expect too much though. It all comes down to the ammo-type.

However you'll only find information on the calibre, the muzzle velocity, air friction an some other details. You won't find information such as damage and effective range. That stuff all gets calculated by the engine.

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  

×