Jones
Sailor
To change the color of the sails with what you want, you must add your own texture to PROGRAM \ RESOURCE \ TEXTURE \ SHIPS \ SAILS. To do this you need the downloadable program from the download section, (Tx Convertor). Then, go to PROGRAM \ SHIPS \ ship_init.c. Choose your ship and add this code under Ref.Ship.SP: (I don't think the code position is important)
Code:
refShip.EmblemedSails.normalTex = "texturename.tga";
refShip.EmblemedSails.nationFileName = "texturename.tga";
You can also do it...I presume one would have to copy an existing ship and edit the model