Adding new clothes to the server.

Results 1 to 12 of 12
  1. #1
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    sad Adding new clothes to the server.

    Hi,
    I would like to ask one thing for you. . .
    I wanted a complete tutorial on how to add new clothes on my server for Gunz.
    I already tried tutorials on the site, most not found one that helps me to

    ------------


    I already created my Set.
    Now lack adds it to my server ..

    I know more or less how.
    I need to find out which '. Elu' my file '. Dds'

    Most do not know how!

    ----
    I have the program:
    Mini ELU Editor

    And do not know how to use it!
    I open the file by the woman-parts_111.elu Mini ELU Editor.
    In vain have the names:
    eq_body_GM01.tga (Example)
    Then I can change the names who are in for the name of my files?
    Example: eq_chest_gm01.tga
    To: eq_chest_Nick.tga?
    Then as I put in the file: woman01.xml?
    After loading the server and add the Zitem?

    I need a tutorial and/or a program I can use to do that for me '-'

    Edit-I know the clothes do not know addition to server as a new item = X

    Using Google Translator


  2. #2
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Adding new clothes to the server.

    Well since its a reskin I need to know whats the original file you used.
    Once I know that I can make a basic tut for that here and then you can just follow it for the other reskins you do

  3. #3
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    happy Re: Adding new clothes to the server.

    Well, the file I used was:
    model / woman / gz_huw_body_staff.tga.dds

    And others. . =X
    More telling how add a garment already this good :D
    Thank you.

  4. #4
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Adding new clothes to the server.

    ok i c the the staff jacket. The one that says MAIET Staff or just GM? I need to know a little more details then I can make tut fast for u ^.^

  5. #5
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Adding new clothes to the server.

    That's right. .
    That is the original game.
    Written: MAIET Staff.
    And it's a woman.

    Bonus: How to create NPC's clothes the same as the "Evil Gunz" did?
    Thanks again ^_^

  6. #6
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Adding new clothes to the server.

    • Well we know you did an edit of the gz_huw_body_staff.tga.dds.
    • You are going to need to rename it to something else. (i.e. - Lets say gz_huw_well1.tga.dds)
    • Now you find the elu that goes it to that is located in the womans.mrs also. (decompile and you get the folder).
    • The elu is named woman-parts_staff.elu
    • Ok now your going to need to Copy it and rename it to something else (i.e.- woman-parts_well1.elu)
    • Now your going to need to use either the Mini ELU Editor by T6 or use an Hex Editor. The original mesh name for this is eq_chest_staff, so change it to something that fits like eq_chest_well1.
    • Now that, that is done look for the woman01.xml located in the woman.mrs (should be decompiled still)
    • Open it with notepad and you will see some code.
    • Scroll all the way to the bottom to the last of the code you got. It will go something like this <AddParts name="parts_"
    • Now you will see a number where it goes name="__". For example lets say its <AddParts name="parts87" filename="____"> </AddParts>
    • Now just copy and paste the code and change it from 87 to 88 (i.e. -
      <AddParts name="parts88" filename="_____"> </AddParts> )
    • Put your elu name into where it says filename="__". So for example
      <AddParts name="parts88" filename="woman-part_well1.elu"> </AddParts>
    • Save it and go into your zitem.xml located in your system.mrs (decompile if not already decompiled)
    • Find a code that belongs to a chest piece. For example
      Code:
      <ITEM id="144" name="STR:ZITEM_NAME_521538" mesh_name="eq_chest_Assassin" totalpoint="0" type="equip" res_sex="f" res_level="0" slot="chest" weight="17" bt_price="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521538" iscashitem="false" />
    • Just change it to fit your needs. Change the id="__" (an id that hasn't been taken), mesh_name="___" (what you changed in the .elu), name=
      "___" (any name you want), and etc....
    • So it should look something like this
      Code:
      <ITEM id="9000" name="New Staff Jacket" mesh_name="eq_chest_well1" totalpoint="0" type="equip" res_sex="f" res_level="0" slot="chest" weight="17" bt_price="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="Test for this example." iscashitem="false" />
    • Also! If you want to make it either prem or staff make the id over 500,000 and make it iscashitem="true" instead of false.

    That is it! Simple and ez. Do that for any reskins you make. And as for the NPC for clothing (costume) that is able to be found in the tutorial section or ask Joe9909 (Owner of Evil GunZ). He uses this forum also.

  7. #7
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Adding new clothes to the server.

    Thank you!
    Thank you indeed!
    I managed to make a new costume and added to server!

    Is. . .
    I have one last little question ...
    As basic as this. . .
    So, I make clothes, save, add to the game and such.
    If I put the machine through the Admin CP will get?

    Or I have to pass the new (Model or Update) to the owner of the server?


    Once again: Thank you helped me a lot.

  8. #8
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Adding new clothes to the server.

    Sorry I dont really understand what you mean here:
    If I put the machine through the Admin CP will get?

    Or I have to pass the new (Model or Update) to the owner of the server?
    Are trying to say if you can send through the admin panel?

  9. #9
    ★ Nick ★ fenixdoido is offline
    MemberRank
    Nov 2008 Join Date
    BrazilLocation
    243Posts

    Re: Adding new clothes to the server.

    Sorry for the delay of response = /
    I had no PC, so do not gave it to respond. . .

    So, I wanted to know this:
    I'm not the Owner of GunZ, I'm so the 'Designer', so if I create my iten, adds it to the game (only in my game) and try to send the AdminCP Iten, it will arrive?
    Or I'll have to pass the New Model.mrs and system.mrs to the owner of the Server?

    Was so just that = P
    Thanks again.

  10. #10
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Adding new clothes to the server.

    I think Joe's name is Joe9099 lol.

  11. #11
    Account Upgraded | Title Enabled! llMafiall is offline
    MemberRank
    Dec 2009 Join Date
    SumwhereeLocation
    610Posts

    Re: Adding new clothes to the server.

    Works :)
    Thanks, number12 :p

  12. #12
    Member cartola is offline
    MemberRank
    Aug 2008 Join Date
    58Posts

    Re: Adding new clothes to the server.

    @Fenix

    \o/ u confused me @_@

    to put in a game:

    send the new woman01.xml and u elu and ddl edit files to owner :)

    send too the Zitem to put in macthserver and System.mrs ;)


    ready!

    @To put in Bounty Shop

    make a shop.xml with u id -_-

    @to use storage item

    change "iscashitem="false"" to "iscashitem="True""

    @to use a admin_cp its normaly he send all itens on in your zitem :)


    bad English '-'

    send mp to more details in Brazilian :)

    BB ;)



Advertisement