***Make A Back-Up Of Your Original***
To make a stand alone for this you will need a test editor and a hex editor.
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
You have four characters to work with in renaming the aircraft files. Don't use more or less than four or the stand alone will not work.
Here's an example of how to create a new aircraft called B29K from the Firepower original B_29:
1. Make a copy of the original b_29a folder in your CFS3 Aircraft directory and rename it B-29K
2. Add the texture files you created replacing the original _t.dds and _r.dds files.
B29K_t.dds
B29K_r.dds
B29K_t_1.dds (optional depending on if you want to change the gun turret or tire colors)
3. Rename the air and M3D files to
B29K.air
B29K.M3D
B29K_cockpit0.M3D
B29K_cockpit1.M3D
B29K_cockpit2.M3D
B29K_cockpit3.M3D
B29K_cockpit4.M3D
4. Open the M3D files with the hex editor and replace
B_29_t.dds with B29K_t.dds
B_29_r.dds with B29K_r.dds
B_29_t_1.dds with B29K_t_1.dds (optional see above)
4a. If you want to be fully compatible with AnKor's shaders you may need to do an additional edit
Starting at hex address E3E the sequence through address E79 should be FF 00 FF FF FF FF 00 00 00 FF 33 33 33 FF 00 00 7E 43 00 00 FF FF 01 00 FF FF FF FF FF FF FF FF FF FF 00 00 FF 00 FF FF FF FF 00 00 00 FF 33 33 33 FF 00 00 7E 43 00 00 FF FF 01 00
5. Text edit the Aircraft.cfg file at the top to say
//FIREPOWER SERIES CERTIFIED AIRCRAFT
//B-29A
[fltsim.0]
title=B29K
sim=B29K
model=B29K
6. Rename the xpd file to B29K.xpd and text edit the top to say
<?xml version="1.0"?>
<UnitData>
<General Allegience="0" LongName="B29K" ShortName="B29K" ModelName="B29K.m3d" BlastDamageScale="1.0" ImpactDamageScale="1.0" FireDamageScale="1.0" Priority="2" Type="moving" EnteredService="06/05/1944" LeftService="10/1/1956" BlastDamageMod="1" ImpactDamageMod="1" FireDamageMod="1" Category="level_bomber" Country="usa" AllowSpawn="y" InfoURL="help\topics\infob_29a.htm" ChecklistURL="help\topics\infob_29a.htm"/>
This is also where you would reassign the country if needed.