Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    HellSniper's Avatar Mad Scientist

    Join Date
    May 2009
    Country
    Posts
    2,710
    Thanked
    74
    Thanks
    858
    Needed Stuff:
    - a Mrs De/Recompiler
    - a Text Programm like Wordpad/Editor
    - a bit Time, a Brain or my Item ID's

    Information:
    While in a Debug Game you're using preset Items.
    Those items are a Meele, 2 Ranged Weapons and 1 Item.
    (Only 1 because the other slot is taken by a element wich cant be taken out.)
    (If you dont like the element, like me, just blank out the effect texture in sfx.mrs)
    To get the Item ID's search for the Weapon names in the zitem.xml.
    On the 05 client are the descriptions and names stored in the zitem.xml
    instead of a external strings.xml

    Changing Stuff:
    - Decompile your System.mrs and Open zitem.xml.
    - Your getting a shitload of text.
    - Ignor everything until item id ="1", because thats the start of the important data.
    - Now search for the Weapon/Item (Name) to change it.
    |_If you're to lazy heres my list:
    |_ Slot - ID
    |_ Meele = 1
    |_ 1st Range = 8003
    |_ 2nd Range = 9003
    |_ 1st Item = 400007

    - Lets say we want to change the Katana into a Kodachi.
    |_ Change the mesh_name"" from katana01 (or what ever you have there right now) to mesh_name"blade01" (or to your custom model name, i prefer renaming my items to 'weapontype'01 because its less work like that)
    |_ Next step, change weapon type, weapon="katana" (or whatever you have) into weapon"doublekatana".
    |_ Done.
    - For other weapon types look through the zitem.xml.
    - Save and Recompile the System.mrs and place it into your runnables folder.
    - "Done", see Optional if wanted.

    Optional Step:
    - This isnt needed when you just want to see how it Looks ingame, however, you may want the correct animations and sounds.
    - Decompile Model.mrs and open Weapon.xml.
    - "Ignore" everything until addweapnelu name"", but take a look at the beginning for the Weapon Motion and Weapon Type Number list.
    - The weapon.xml doesnt uses id's like the zitem.xml, the weapon.xml only uses the elu name and the file path.

    Side Note:
    The Meele Weapons have 'special' animations (Idle,Charge and attack) thats why there are addanimation names at the first area.
    To get the elu.ani names look into man&woman.mrs
    Ill go along with the example from earlier and change the animations to the kodachi animations.

    - Change addweaponelu name="katana01" (or whatever you have) to addweaponelu name="blade01".
    -Now its time for the Animation and the Sound/Effects, weapon_motion_type are the Sounds and Effects, weapon_type are the animations.
    |_ Change weapon_motion_type = "7" to weapon_motion_type = "13"
    |_ Next step the animation, change weapon_type = "10" to weapon_type = "17".
    - The next line gets the previous elu name (blade01) and obviously the correct file path.
    |_ Change filename="model/weapon/katana/katana01.elu" to filename="model/weapon/blade/blade01.elu".
    - Last thing to do is setting the Animations (Read Side Note) itself.
    |_ Change AddAnimation name="idle" filename="model/weapon/man/katana_idle.elu.ani" motion_type="0" motion_loop_type="lastframe" to AddAnimation name="idle" filename="model/weapon/blade/blade_idle.elu.ani" motion_type="0" motion_loop_type="lastframe"
    |_ addanimation name="load" filename="model/weapon/man/katana_load.elu.ani" motion_type="0" motion_loop_type="lastframe" to
    addanimation name="load" filename="model/weapon/man/blade_load.elu.ani" motion_type="0" motion_loop_type="lastframe"
    |_ and addanimation name="attack" filename="model/weapon/man/katana_attack.elu.ani" motion_type="0" motion_loop_type="lastframe" to AddAnimation name="attack" filename="model/weapon/man/blade_attack_jump.elu.ani" motion_type="0" motion_loop_type="lastframe"
    - Save and Recompile Model.mrs and paste it into your runables folder.

    Its not as hard as it looks, just concentrade and use your brain.
    Feel free to ask questions.
    And im no Rep biatch ...

  2. #2
    Maze's Avatar Remember, no Russians.

    Join Date
    May 2009
    Posts
    1,510
    Thanked
    24
    Thanks
    5
    It would be ALOT easyer if you posted pics.

  3. #3
    Boss's Avatar 伊諾

    Join Date
    May 2009
    Country
    Posts
    7,316
    Thanked
    560
    Thanks
    445
    Not really, as it's all text in those files it's clear enough like that.

    I got it working.


    Anyway, which files do I have to delete in the sfx folder to get rid of the element? All of them?
    Last edited by Boss; 01-16-2010 at 10:40 PM.
    Male 1: "check out this paki he's doing a donut in his car"
    Male 2: "is that a toyota corola?"
    Male 1: "no, its a VW golf"

  4. #4
    HellSniper's Avatar Mad Scientist

    Join Date
    May 2009
    Country
    Posts
    2,710
    Thanked
    74
    Thanks
    858
    Originally Posted by Subwoofer View Post
    Anyway, which files do I have to delete in the sfx folder to get rid of the element? All of them?
    Just blank gd_effect_019 till gd_effect_022.
    (You can delete them and add 256x256 pixel bmps ( completly black ofcourse) with their name.)

  5. #5
    Boss's Avatar 伊諾

    Join Date
    May 2009
    Country
    Posts
    7,316
    Thanked
    560
    Thanks
    445
    Well, if I blank those files I get this.

    Male 1: "check out this paki he's doing a donut in his car"
    Male 2: "is that a toyota corola?"
    Male 1: "no, its a VW golf"

  6. #6
    HellSniper's Avatar Mad Scientist

    Join Date
    May 2009
    Country
    Posts
    2,710
    Thanked
    74
    Thanks
    858
    Congrats, you've done it wrong :>
    http://www.mediafire.com/?ozolozzzow2
    Last edited by HellSniper; 01-17-2010 at 08:06 PM.

  7. #7
    Boss's Avatar 伊諾

    Join Date
    May 2009
    Country
    Posts
    7,316
    Thanked
    560
    Thanks
    445
    lol. thanks :sombrero:
    Male 1: "check out this paki he's doing a donut in his car"
    Male 2: "is that a toyota corola?"
    Male 1: "no, its a VW golf"

  8. #8
    Joeyy's Avatar Donator

    Join Date
    Aug 2009
    Posts
    2,022
    Thanked
    84
    Thanks
    243


  9. #9
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,637
    Thanked
    1,735
    Thanks
    5,423
    You can turn the effect lvl of elements to lvl 1 (bottom of the xml list).
    Maybe you could use the BB code : Code and place the needed xml codes in it.

    Example:
    Change
    Code:
    weapon_motion_type = "7"
    to
    Code:
    weapon_motion_type = "13"

  10. #10
    Xemgin's Avatar Founder of German-Pros

    Join Date
    May 2009
    Country
    Posts
    3,687
    Thanked
    0
    Thanks
    246
    I think this is a wrong bb code...
    Xemgin & Time German-B/Pros
    And Toxi my big friend
    Originally Posted by Sindura View Post
    Its Like Time,Xemgin,Me Broz4Ever =)
    Visit us German-Pros
    InGame: Xemgin
    Level: 98 (RS used: 1x)
    Clan: Leader of German-Pros / Rank 4 (Rank 0 on V7)

    Vote 4 FreestyleGunz

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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