I have been through the commented cpp files and come up with the following for the weapons and magazines of various vehicles. I also need to know this information for:
M2A2 : Bradley
Vulcan
BMP2
I have de pbo-ed the addons for these but I cannot un-bin the config.bin files. I would be grateful if someone could tell me what magazines are needed by the above vehicles, and for my longer term education, how I can unscramble what I get when I de-pbo an addon. Or am I barking up the wrong tree here?
This is what I have but I need the others:
class M1Abrams: Tank
weapons[]={Gun120,MachineGun12_7};
magazines[]={Heat120,Shell120,MachineGun12_7};
class M60: Tank
weapons[]={Gun105,MachineGun7_6};
magazines[]={Heat105,Shell105,MachineGun7_6};
class M113: APC
weapons[]={Browning};
magazines[]={Browning};
class BMP: APC
weapons[]={Gun73,MachineGun7_6,AT3Launcher};
magazines[]={Heat73,Shell73,MachineGun7_6,AT3Launcher};
class T72: RussianTank
weapons[]={Gun120,MachineGun7_6};
magazines[]={Heat120,Shell120,MachineGun7_6};
class T80: RussianTank
weapons[]={Gun120,MachineGun12_7};
magazines[]={Heat120,Shell120,MachineGun12_7};
class ZSU: Tank
weapons[]={ZsuCannon};
magazines[]={ZsuCannon};