My custom objects aren't working
I am using the Fabiano source.
I added a bunch of objects to my server.
but they don't appear in the map editor.
and when I try to spawn them in they are all just shadows on the ground.
is there something special I need to do to get them working?
a small part of my additions.xml
I added a bunch of objects to my server.
but they don't appear in the map editor.
and when I try to spawn them in they are all just shadows on the ground.
is there something special I need to do to get them working?
a small part of my additions.xml
Code:
<Object id="Corpse Priest Bloody" ext="True">
<Class>GameObject</Class>
<Texture>
<File>lofiObj4</File>
<Index>0xd0</Index>
</Texture>
<Size>85</Size>
<Static/>
</Object>
<Object id="Corpse Paladin Bloody" ext="True">
<Class>GameObject</Class>
<Texture>
<File>lofiObj4</File>
<Index>0xd1</Index>
</Texture>
<Size>85</Size>
<Static/>
</Object>
<Object id="Corpse Archer Bloody" ext="True">
<Class>GameObject</Class>
<Texture>
<File>lofiObj4</File>
<Index>0xd2</Index>
</Texture>
<Size>85</Size>
<Static/>
</Object>
<Object id="Corpse Rogue Bloody" ext="True">
<Class>GameObject</Class>
<Texture>
<File>lofiObj4</File>
<Index>0xd3</Index>
</Texture>
<Size>85</Size>
<Static/>
</Object>
<Object id="Corpse Mystic Bloody" ext="True">
<Class>GameObject</Class>
<Texture>
<File>lofiObj4</File>
<Index>0xd4</Index>
</Texture>
<Size>85</Size>
<Static/>
</Object>