- Joined
- Oct 9, 2007
- Messages
- 33
- Reaction score
- 0
Alright, the hell :O I've tried adding Ivy, can be found in releases.
So I put the files in model\weapon\katana\, the files are called "Ivy.elu" and "Ivy.jpg". Hex edits in Ivy.elu target Ivy.jpg. My weapon.xml :
My zitem.xml :
Am I forgetting something? Its like the item doesn't have a model, its blank, its not there.
Not only that, there are other items that I've tried to add. I added them case sensitive, and they still show up blank.. Please help fast its stupid
So I put the files in model\weapon\katana\, the files are called "Ivy.elu" and "Ivy.jpg". Hex edits in Ivy.elu target Ivy.jpg. My weapon.xml :
Code:
<AddWeaponElu name="ivy" weapon_motion_type = "1" weapon_type = "1" >
<AddBaseModel name="ivy" filename="model/weapon/katana/ivy.elu />
</AddWeaponElu>
My zitem.xml :
Code:
<ITEM id="6007" name="Ivy Blade" mesh_name="ivy" totalpoint="0" type="melee" res_sex="a" res_level="0" slot="melee" weapon="katana" weight="0" bt_price="0" delay="349" damage="30" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="0" ap="0" 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="Needs balancing..." />
Am I forgetting something? Its like the item doesn't have a model, its blank, its not there.
Not only that, there are other items that I've tried to add. I added them case sensitive, and they still show up blank.. Please help fast its stupid
