extension problem, why dont it work

Freeform discussion about anything related to modding Transcendence.
Post Reply
thexerox
Anarchist
Anarchist
Posts: 5
Joined: Wed Nov 15, 2006 4:27 pm
Location: antarctica
Contact:

it looks like is should work but transcendence wont load the pic...
Help plz!!!!!

<?xml version="1.0" ?>
<!DOCTYPE TranscendenceExtension
[
<!ENTITY snLaserCannon "0x0000F201">

<!ENTITY itHellfireCannon "0xD0C40331">

<!ENTITY rsItems1 "0x0000F11D">

<!ENTITY rsHellfire "0xD1A29006">

<!ENTITY snHellfire "0xD1A3F006">

]>
<TranscendenceExtension UNID="0xD0C40331" version="0.96a">

<ItemType UNID="&itHellfireCannon;"
name= "Hellfire Cannon"
level= "5"
value= "700"
mass= "20"
frequency= "common"
modifiers= "MajorItem; Military; RingerValuable; Alien"
unknownType= "&itUnknownAlienDevice10;"

description= "Built by the Jophur, the hellfire cannon shoots out a wave of hot firey plasma death, ooh pretty explosions."
sortName= "Cannon, Hellfire"
>

<Image imageID="&rsItems1;" imageX="96" imageY="0" imageWidth="96" imageHeight="96"/>

<Weapon
type= "missile"

configuration= "wall"
omnidirectional= "true"
damage= "darkfire:3d10; momentum6; WMD3;"
fireRate= "15"
lifetime= "40"
powerUse= "300"
missileSpeed= "30"

sound= "&snHellfire;"
>


<Effect>
<Image imageID="&rsHellfire;" imageX="0" imageY="0" imageWidth="64" imageHeight="64" imageFrameCount="16" imageTicksPerFrame="4"/>
</Effect>

</Weapon>

</ItemType>

<Image UNID="&rsHellfire;" bitmap="Hellfire.jpg" bitmask="Hellfiremask.bmp"/>
<Sound UNID="&unidHellfire;" filename="hellfire.wav"/>

</TranscendenceExtension>
-X
thexerox
Anarchist
Anarchist
Posts: 5
Joined: Wed Nov 15, 2006 4:27 pm
Location: antarctica
Contact:

yea, of course does it matter what type of bitmap it is like 24-bit or 8-bit or what?
-X
Burzmali
Militia Commander
Militia Commander
Posts: 395
Joined: Tue Aug 15, 2006 12:14 am

The JPEG shouldn't matter (but the game seems to use 24 bit), but the bitmask should be 1 bit.
thexerox
Anarchist
Anarchist
Posts: 5
Joined: Wed Nov 15, 2006 4:27 pm
Location: antarctica
Contact:

ok thnx ill try that
-X
Post Reply