Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
Files question?!?!? (Read 796 times)
Jul 14th, 2007 at 6:18pm

dandyandy22   Offline
Colonel
It's time to dive into
the fireworks!

Gender: male
Posts: 25
*****
 
what can i use to open the various files of the microsoft p-55a default plane? i wanted to modify the weapons and manuevering effectiveness.
 

Mobius 1, Engage.
IP Logged
 
Reply #1 - Jul 15th, 2007 at 7:24am

Akula.   Offline
Colonel
o.O
UK

Gender: male
Posts: 943
*****
 
In the P55's aircraft folder, you can right click on the p55a.xdp file and select "Open with notepad". I would suggest making backups of your files before editing thses files, because if you screw it up it can cause the plane to not show up, crash cfs3, etc.

Quick tutorial on the xdp files weapons layout section:
Okay we going to make a layout that has 6x rockets and 2x 500lb bombs. Here's the layout code for 6x rockets and 2x 250lb bombs:
Code:
	<Loadout Name="(6)HVAR Rockets+(2)250lb Bombs">
	   <Hardpoint ID="1" PylonType="pylon_P55_0" PayloadType="A_250lb" Quantity="1"/>
	   <Hardpoint ID="2" PylonType="pylon_P55_0" PayloadType="A_250lb" Quantity="1"/>
	   <Hardpoint ID="3" PylonType="pylon_P55_1" PayloadType="A_HVAR" Quantity="7"/>
	   <Hardpoint ID="4" PylonType="pylon_P55_2" PayloadType="A_HVAR" Quantity="7"/>
	</Loadout>
 



Copy this whole section of code, and paste it directly below. But we dont want 250lb bombs on the new layout, we want 500lb bombs. So edit the code to this:

Code:
	<Loadout Name="(6)HVAR Rockets+(2)250lb Bombs">
	   <Hardpoint ID="1" PylonType="pylon_P55_0" PayloadType="A_500lb" Quantity="1"/>
	   <Hardpoint ID="2" PylonType="pylon_P55_0" PayloadType="A_500lb" Quantity="1"/>
	   <Hardpoint ID="3" PylonType="pylon_P55_1" PayloadType="A_HVAR" Quantity="7"/>
	   <Hardpoint ID="4" PylonType="pylon_P55_2" PayloadType="A_HVAR" Quantity="7"/>
	</Loadout>
 



And, of course, we want the layout to show up as "(6)HVAR Rockets+(2)500lb Bombs", so edit the first line of the code extract to this:
Code:
	<Loadout Name="(6)HVAR Rockets+(2)500lb Bombs">
 



Save, quit all programs, and go fire up CFS3.

 

- Akula
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print