Problem with coloring item.
Hey guys. I wanted to recolor one sword. I have recolored bmp file of it. and renamed both files to same.. And added on weapon.xml and zitem.xml ... But my problem is, When i go to gunz so i see this sword looks like normal one.
So if you don't understand, I will want to recolor one sword. And add it on my gunz... But don't wanna delete old...
- Sorry about m ybad english. If you have anything to ask or you did not understand what i mean, ask then.
Re: Problem Whit coloring item.
Hex edit the sword.elu and look the the bmp file and change it,,,
Re: Problem with coloring item.
Thanks!!!
-------------
Tryed it. Now the item is invisible. Here is my zitem and weapons.xml codes... is something wrong?
zitem.xml :
<ITEM id="50003" name="Tunder" mesh_name="donors2" totalpoint="0"type="melee"
res_sex="a" res_level="0" slot="melee" weapon="katana" weight="5" bt_price="0"
iscashitem="true"
delay="300" damage="28" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
gadget_id="0" hp="9" ap="11" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
image_id="0" bullet_image_id="0" magazine_image_id="0" desc="Donor Sword" />
Weapon.xml :
<AddWeaponElu
name="donors2" weapon_motion_type = "1" weapon_type = "1" >
<AddBaseModel name="donors2" filename="model/weapon/donator/donors2.elu" />
</AddWeaponElu>
- Thanks...