For those wishing to add the Falcon to Porsche's previous pack. The Falcon is sold at Cortez, the same planet as the Corellian Corvette. The script replaces the same ship package in market_ship.ini for both ships. This leads to an error in FLMOD. To solve this do the following.
1) Merge the Falcon with a previous Star Wars pack following the directions in the following link.
http://www.lancersreactor.com/t/forum/t ... ng&M=False
2) Replace the following XML code (located in the portion of the script from the ship pack):
<data file="data\equipment\market_ships.ini" method="sectionreplace">
<section>
[BaseGood
base = Iw04_01_base
</section>
<dest>
marketgood = oe_package, 16, -1, 0, 0, 1, 1, 1
</dest>
<source>
marketgood = corvette_package, 0, -1, 1, 1, 0, 1, 1
</source>
</data>
with the following:
<data file="data\equipment\market_ships.ini" method="sectionreplace">
<section>
[BaseGood
base = Iw04_01_base
</section>
<dest>
marketgood = bhe2_package, 26, -1, 0, 0, 1, 1, 1
marketgood = oe_package, 16, -1, 0, 0, 1, 1, 1
</dest>
<source>
marketgood = corvette_package, 0, -1, 1, 1, 0, 1, 1
marketgood = milfalcon_package, 0, -1, 1, 1, 0, 1, 1
</source>
</data>
3) Delete the following code (you should have pasted from the Falcon script in step 1):
<data file="data\equipment\market_ships.ini" method="sectionreplace">
<section>
[BaseGood
base = Iw04_01_base
</section>
<dest>
marketgood = oe_package, 16, -1, 0, 0, 1, 1, 1
</dest>
<source>
marketgood = milfalcon_package, 0, -1, 1, 1, 0, 1, 1
</source>
</data>
4) Done! DOn't forget to add the brackets at the end of "[BaseGood" if you copy and paste from this post.
The combined pack should now work without causing the Cannot find destination error in FLMOD.
"Evil will always triumph over good because good is dumb"