P-51B Gun Barrels

lewis11777

Charter Member
For whatever reason the stock P-51B did not include wing gun barrels either protruding or recessed. This is very annoying and totally blows the realism factor. Jaycee made a set of gun barrels for the P-51B and you can add these as a weapon. Below is the stock load out modified so the guns will always be loaded even in the clean configuration. Thanks Jaycee this has need fixin for a long time.

View attachment 83317


<Loadout Name="Clean">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
</Loadout>
<Loadout Name="(2)1000lb Bombs" MissionType="Strike">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_1000lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_1000lb" Quantity="1"/>
</Loadout>
<Loadout Name="(2)500lb Bombs" MissionType="Anti_Ship">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_500lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_500lb" Quantity="1"/>
</Loadout>
<Loadout Name="(2)250lb Bombs">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_250lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_250lb" Quantity="1"/>
</Loadout>
<Loadout Name="(2)100lb Bombs">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_100lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_100lb" Quantity="1"/>
</Loadout>
<Loadout Name="(6)Bazooka Rockets+(2)250lb Bombs">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="5" PylonType="pylon_null" PayloadElement="A_M8_Triple_Tube" PayloadType="A_M8a1" Quantity="1" Fill="1"/>
<Hardpoint ID="6" PylonType="pylon_null" PayloadElement="A_M8_Triple_Tube" PayloadType="A_M8a1" Quantity="1" Fill="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_250lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_250lb" Quantity="1"/>
</Loadout>
<Loadout Name="(6)Bazooka Rockets+(2)500lb Bombs" MissionType="CAS,Search_Destroy">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="5" PylonType="pylon_null" PayloadElement="A_M8_Triple_Tube" PayloadType="A_M8a1" Quantity="1" Fill="1"/>
<Hardpoint ID="6" PylonType="pylon_null" PayloadElement="A_M8_Triple_Tube" PayloadType="A_M8a1" Quantity="1" Fill="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_500lb" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_500lb" Quantity="1"/>
</Loadout>
<Loadout Name="(2)108gal Drop Tanks" MissionType="Escort,CAP,Intercept,Sweep,Nothing,Bomber_Intercept">
<Hardpoint ID="0" PylonType="pylon_null" PayloadType="p51 gun barrel" Quantity="1"/>
<Hardpoint ID="1" PylonType="pylon_P51B_1" PayloadType="A_108gal" Quantity="1"/>
<Hardpoint ID="2" PylonType="pylon_P51B_2" PayloadType="A_108gal" Quantity="1"/>
</Loadout>
</Loadouts>
 
Back
Top