PlayMeNow wrote:Code: Select all
<Image UNID="&rsFerianWarShipImages;" bitmap="ferianwarship.jpg" bitmask="ferianwarshipmask.bmp" backColor="0x00000000"/>
<Image UNID="&rsFerianWarShipShields;" bitmap="ferianwarshipshield.bmp" backColor="0x00000000"/>
Those are the resource image tags, they belong outside of the shiptype tag. It is a good habit to put them just after <TranscendenceExtension...>
This is the image tag to use for the ship (inside <ShipType>):
Code: Select all
<Image imageID="&rsFerianWarShipImages;" imageX="0" imageY="0" imageWidth="80" imageHeight="80" imageFrameCount="0" imageTicksPerFrame="0"/>
This is the tag to use for the shield image (inside <ShipType>):
Code: Select all
<Image imageID="&rsFerianWarShipShields;" imageX="0" imageY="0" imageWidth="136" imageHeight="136"/>
There is a "." instead of a "," in the FerianDeflector damadj "100,100,100,100."
The second <NozzlePos> should be x="-41" y="8"
You really should declare the Extension UNID:
<!ENTITY TranscendenceExtension "0xE1410001">
There might have been something else...can't remember.