Blank items..

Results 1 to 9 of 9
  1. #1
    Proficient Member DjLemonic is offline
    MemberRank
    Oct 2007 Join Date
    IllinoisLocation
    151Posts

    Blank items..

    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 :
    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 :P


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Blank items..

    the files might have to be bmp.dds instead of .jpg

  3. #3
    Proficient Member DjLemonic is offline
    MemberRank
    Oct 2007 Join Date
    IllinoisLocation
    151Posts

    Re: Blank items..

    That would explain ivy, but not like.. Cerberus, it has .bmp.dds.

    You think I have to copy a normal .elu, and hexedit it so it targets renamed ivy? Like so it fits all the characters? Uhh.. I mean maybe Ivy.jpg is too short?

    Also, I haven't noticed before, but since I've messed with weapon.xml, all the weapons in my server are gone, I have no idea whats wrong :S
    Last edited by DjLemonic; 25-01-09 at 09:10 PM.

  4. #4
    Enthusiast Trucido is offline
    MemberRank
    Oct 2008 Join Date
    42Posts

    Re: Blank items..

    Buuuuummmmmmmmmmmmpppppppp

  5. #5
    Proficient Member DjLemonic is offline
    MemberRank
    Oct 2007 Join Date
    IllinoisLocation
    151Posts

    Re: Blank items..

    Bump <33plox answer? :)

  6. #6
    Member Omega_King is offline
    MemberRank
    Feb 2008 Join Date
    57Posts

    Re: Blank items..

    check for missing dashes, letters or codes, that could have gotten erased by accident, maybe thats why its not showing up.

  7. #7
    Proficient Member DjLemonic is offline
    MemberRank
    Oct 2007 Join Date
    IllinoisLocation
    151Posts

    Re: Blank items..

    Ah, I know what you mean, I'll check for that. I'll give answer soon.

  8. #8
    (。◕‿‿◕。) Nobody666 is online now
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Blank items..

    Quote Originally Posted by Djlemonic
    it didn't work, I didn't have any < or /> missing.
    >_> any other ideas? :p Hes gonna try it with another weapon.xml now =/

  9. #9
    Proficient Member DjLemonic is offline
    MemberRank
    Oct 2007 Join Date
    IllinoisLocation
    151Posts

    Re: Blank items..

    Deleting the newest elu's I added, I managed to fix the all items missing bug, but I still have no idea what was wrong with them. So, I'm going to try to add them again, and let you know if I get the same thing.

    I've added ivy, and it has shown!
    I still have no idea what happend to it, but hey, problem fixed, thanks for all your help although there hasn't been a right answer :P

    My newest ivy elu :
    Code:
    	<AddWeaponElu name="ivy" weapon_motion_type = "1" weapon_type = "1" >
    		<AddBaseModel name="Ivy" filename="model/weapon/katana/Ivy.elu" />
    	</AddWeaponElu>
    As you can see, the only thing that has changed is that I capitalized the "I" in base model and filename. I have no idea if that was the case, but thats the only thing that has been changed.

    /close



Advertisement