• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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