Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Read and follow the tutorial (NOOB FRIENDLY).

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

    http://i29.tinypic.com/330h944.jpg

    1 = Decompiler
    2 = the 2 mrs you need

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

    http://i28.tinypic.com/2lixwjq.png

    1 = Type here Model in and after you decompiled it type system in
    2 = The decompile button

    After you got 2 folders (Model & System) go into model

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

    http://i29.tinypic.com/fxdw05.png

    Lets start you made a sword.
    Go to \model\weapon\katana

    1 = Copy and paste your .elu + texture

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

    http://i26.tinypic.com/2ag9tt3.png

    Now go back to \model
    Now open Weapon.xml with notepad

    1 = Weapon.xml

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

    http://i26.tinypic.com/2d1s2n6.png

    Search for this:
    <AddWeaponElu name="katana01" weapon_motion_type = "1" weapon_type = "1" >
    <AddBaseModel name="katana01" filename="model/weapon/katana/katana01.elu" />
    </AddWeaponElu>

    Then change
    filename="model/weapon/katana/katana01.elu" />

    To
    filename="model/weapon/katana/nameofyourweapon.elu" />

    When you done that you save it and overwrite Weapon.xml

    (For me it's Candysword.elu cause I pasted that .elu in katana file.)

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

    http://i27.tinypic.com/e6efit.png

    Now go into the System folder and open Zitem.xml

    Search for something like this (it's somewhere above in the file):
    <ITEM id="1" name="Train dagger" mesh_name="dagger01" totalpoint="0" type="melee" res_sex="a"
    res_level="0" slot="melee" weapon="katana" weight="5" bt_price="20" delay="350" damage="8"
    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="credits to me." />

    Change: name="???" to name="name of your weapon" (example name="Candysword")

    Change mesh_name="dagger01" to mesh_name="katana01"

    once you change the name + mesh_name save it and overwrite.

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

    http://i25.tinypic.com/4kwtj6.png

    Go back to main folder (where compiler is located).
    And compile Model & System folder.

    1 = type in model and after compiling system
    2 = These 2 folders should become .mrs after compiling

    Drag the 2 .mrs to Gunz0 folder (Debug mode folder) and overwrite both.
    Start Debug and test!





  2. #2
    Taylorx3's Avatar Failure<3

    Join Date
    Jun 2009
    Posts
    2,387
    Thanked
    6
    Thanks
    12
    WHY ARE U SO PRO STEPPERS -BOWS- AND TEHE I SEE MY MSN =3 *FEELS SPECIAL* only msn there on stepper's screen lol keep up the great work steppy <3
    Last edited by Taylorx3; 08-16-2009 at 04:23 AM. Reason: forgot the <3

  3. #3
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by Taylorx3 View Post
    WHY ARE U SO PRO STEPPERS -BOWS- AND TEHE I SEE MY MSN =3 *FEELS SPECIAL* only msn there on stepper's screen lol keep up the great work steppy <3
    Thank you darling, hope this will help alot of beginners.
    Also posted on Ragezone forum for the kids there .

  4. #4
    Forgive's Avatar KingOmar.

    Join Date
    May 2009
    Posts
    2,037
    Thanked
    38
    Thanks
    19
    nice )))

  5. #5
    Banned

    Join Date
    May 2009
    Posts
    279
    Thanked
    0
    Thanks
    0
    Originally Posted by Taylorx3 View Post
    WHY ARE U SO PRO STEPPERS -BOWS- AND TEHE I SEE MY MSN =3 *FEELS SPECIAL* only msn there on stepper's screen lol keep up the great work steppy <3
    Rofl?

    Anybody can do that but no can be f**ked making a tut for that.

    Now Stephan, Make a tut for clothing in Debug,

    Or Do I have to make it ..... -_-"

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

    Good job anyway.

  6. #6
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by Kenny View Post
    Rofl?

    Anybody can do that but no can be f**ked making a tut for that.

    Now Stephan, Make a tut for clothing in Debug,

    Or Do I have to make it ..... -_-"

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

    Good job anyway.
    Ehm clothing kinda fails?
    I mean nagi told me, that the weapon isn't on the right place.
    So go one try and make it I'm curious.

  7. #7
    Banned

    Join Date
    May 2009
    Posts
    279
    Thanked
    0
    Thanks
    0
    Originally Posted by StephanM View Post
    Ehm clothing kinda fails?
    I mean nagi told me, that the weapon isn't on the right place.
    So go one try and make it I'm curious.
    :o

    When'd he tell you that..?


    -----

    Add me on msn - [email protected]

  8. #8
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by Kenny View Post
    :o

    When'd he tell you that..?


    -----

    Add me on msn - [email protected]
    Long time ago lol.

  9. #9
    Amun-Ra's Avatar New Member

    Join Date
    Jun 2009
    Posts
    31
    Thanked
    0
    Thanks
    0
    How i change my weapon to .elu type?

  10. #10
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,639
    Thanked
    1,736
    Thanks
    5,423
    Originally Posted by Amun-Ra View Post
    How i change my weapon to .elu type?
    Export in Blender using Exporter (can be found at forum.ragezone.com/f311)

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)