Weapons Quantity in CAM

This tip requires a Hex Editor!

Up until recently, CAM file weapons quanities were shadowy things that caused problems for the gamer who only wanted 50 Mavericks, not 70. A few days ago, I spent some time figuring out the position and value for weapons quantities in CAM files.  First of all, the bit required for editing is exactly "15" behind the first letter of the weapon name. After going back 15 spaces in the HEX editor, type one of these values:

0500 ------ 5
FFFF ------ unlimited
0A00 ------ 10
1900 ------ 25
4600 ------ 70
0F00 ------ 15
FA00 ------ 250
6400 ------ 100
1400 ------ 20
3200 ------ 50
4B00 ------ 75

You can use these to designate numbers of weapons, jamming pods, chaff/flare pods, seekers, or fuel tanks.