[Tutorial] Extended Sound Effects

Page 1 of 2 12 LastLast
Results 1 to 25 of 45
  1. #1
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    [Tutorial] Extended Sound Effects

    Might as well.

    Note: This is NOT Ijji's way of doing it. Sphinxe pointed this out to me and I feel really stupid for not even looking properly.

    1. Open your man.mrs and open man01.xml
    2. Inside, you'll see stuff like
    Code:
        <AddAnimation name="idle"        filename="man_1hpistol_idle.elu.ani"          gm="1"    motion_type="2" motion_loop_type="loop"         > </AddAnimation>
        <AddAnimation name="run"        filename="man_1hpistol_run.elu.ani"            gm="1"     motion_type="2" motion_loop_type="loop"         > </AddAnimation>
        <AddAnimation name="runB"        filename="man_1hpistol_run_back.elu.ani"    gm="1"    motion_type="2" motion_loop_type="loop"         > </AddAnimation>
        <AddAnimation name="runW"        filename="man_run_wall.elu.ani"                gm="1"    motion_type="2" motion_loop_type="lastframe"         > </AddAnimation>
        <AddAnimation name="runW_downF"    filename="man_run_wall_downf.elu.ani"     gm="1"    motion_type="2" motion_loop_type="lastframe"         > </AddAnimation>
    and stuff like that. If you look at the dash animation, you'd see something like this:

    Code:
        <AddAnimation name="tumbleF" filename="man_knife_dash.elu.ani"                 sound="fx_dash" gm="1"    motion_type="1" motion_loop_type="onceidle"     > </AddAnimation>
    The sound is what sound it makes when the animation is called upon.

    Using this, you can add sounds for other animations through the same way. Things like taunt, laugh, cry, flip, sword swing etc etc etc can all be added via this method. Example for taunt would be

    Code:
        <AddAnimation name="taunt"   filename="man_knife_taunt.elu.ani"            sound="fx_tauntM"     gm="1" motion_type="1" motion_loop_type="onceidle"     > </AddAnimation>
    Yeah. It's is really THAT easy. The same method can be used for woman and weapons and all the other crap. Of course, you'd have to add the sounds in your effect.xml, but I'm assuming you know how already. If you really don't know, I'll write a tut.


  2. #2
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [Tutorial] Extended Sound Effects

    Thank you for releasing this asshole. All credits go to me, since they were released by SpitfireGunz and I was dumb enough to give this ass all the knowledge.

  3. #3
    Banned MAXTRAXv3 is offline
    BannedRank
    Jan 2007 Join Date
    Perth, WesternLocation
    2,252Posts

    Re: [Tutorial] Extended Sound Effects

    um.. common knowlage? any one?

    if you had half a brain you would know this!

  4. #4
    Account Upgraded | Title Enabled! djpommes is offline
    MemberRank
    Apr 2007 Join Date
    221Posts

    Re: [Tutorial] Extended Sound Effects

    rofl this is basic :P
    set the sound for scream when sum1 falls in hell for dash xD and then start dbf wow would be anoying like hell :P

  5. #5
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by MAXTRAXv3 View Post
    um.. common knowlage? any one?

    if you had half a brain you would know this!
    That makes me sad. T.T

    I didn't know about it, of course I was never one to fool with the mrs files outside unpacking them. No need to criticize this should be here for everyone to know anyway.

  6. #6
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by ThievingSix View Post
    That makes me sad. T.T

    I didn't know about it, of course I was never one to fool with the mrs files outside unpacking them. No need to criticize this should be here for everyone to know anyway.
    Fine. I'll post the full one.

  7. #7
    Account Upgraded | Title Enabled! 7-Eleven is offline
    MemberRank
    Oct 2007 Join Date
    LalaLandLocation
    714Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by MAXTRAXv3 View Post
    um.. common knowlage? any one?

    if you had half a brain you would know this!
    lol true true...its bout exploring and experimenting :technolog

  8. #8
    Account Upgraded | Title Enabled! Kingston is offline
    MemberRank
    Jun 2007 Join Date
    601Posts

    Re: [Tutorial] Extended Sound Effects

    Nice..Can we add new sounds with a mp3 file?

  9. #9
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by Kingston View Post
    Nice..Can we add new sounds with a mp3 file?
    Try it

  10. #10
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    Jucieh, Sphinxe told me how to make this, not you. Also, I was the one that made the sound effects for your server. Plus, I gave it to Trinity a month before I came to your server.

    P.S. Evil Gunz came out with this before all the servers (ty sphinxe for teaching me). Trinity was 2nd, and I gave it to SpitFire cause I thought Technique was gonna stick with you. My error in judgement I guess.

    Quote Originally Posted by Kingston View Post
    Nice..Can we add new sounds with a mp3 file?
    Nope. Gunz only reads .wavs

  11. #11
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by GSDxLegacy View Post
    Nope. Gunz only reads .wavs
    Now thats just splitting hairs =P

  12. #12
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by ThievingSix View Post
    Now thats just splitting hairs =P
    Converting .mp3 -> .wav doesn't take much effort menz. ._.

  13. #13
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: [Tutorial] Extended Sound Effects

    Thats exactly my point =P

  14. #14
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by GSDxLegacy View Post
    Jucieh, Sphinxe told me how to make this, not you. Also, I was the one that made the sound effects for your server. Plus, I gave it to Trinity a month before I came to your server.

    P.S. Evil Gunz came out with this before all the servers (ty sphinxe for teaching me). Trinity was 2nd, and I gave it to SpitFire cause I thought Technique was gonna stick with you. My error in judgement I guess.



    Nope. Gunz only reads .wavs
    Cry Cry Cry, If I wasnt the one who assigned you to put in all the sounds with these basic lines then you wouldn't be releasing this right here.
    Also, Trinity was released after SF, Evil didnt have these and DR was the first.

  15. #15
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    [QUOTE=war

  16. #16
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [Tutorial] Extended Sound Effects

    rofl Trinity was down for the 4th time and was released 2 days after my server, why are you trying to get right?

  17. #17
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    2492 accounts made in 2 weeks huh? I call that a logical impossibility.

  18. #18
    something Erlend is offline
    MemberRank
    Dec 2007 Join Date
    Oslo, NorwayLocation
    791Posts

    Re: [Tutorial] Extended Sound Effects

    Too nice, woawh. 2492 accounts in 2 week :S

  19. #19
    Proficient Member tagerinator is offline
    MemberRank
    Nov 2007 Join Date
    Canada FTW!Location
    199Posts

    Re: [Tutorial] Extended Sound Effects

    EvilGunZ was the first to do it this way. DR just copied through the IJJI way and thought of no logic.

  20. #20
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: [Tutorial] Extended Sound Effects

    what is ijji way?

  21. #21
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    I have no clue. I'd rather do it ijji's way tho. Ijji's way is much better than this way.

    Lol@Tag who says DR sucks. I can't even figure out how they did it via Ijji's way.

  22. #22
    Apprentice inetgc is offline
    MemberRank
    Jan 2007 Join Date
    IrelandLocation
    18Posts

    Re: [Tutorial] Extended Sound Effects

    [QUOTE=war

  23. #23
    Valued Member GSDxLegacy is offline
    MemberRank
    Jan 2008 Join Date
    135Posts

    Re: [Tutorial] Extended Sound Effects

    Quote Originally Posted by inetgc View Post
    lol Trinity is a such a bad server its not even funny.

    We all lold when they ddosed Gunz Renegade. Then joe threatened to do much worse if we retaliated.

    Trinity = bad Admin staff (there all kids who are also very immature, only got one good staff member = mudkipz)
    Development staff = Doing nothing new.

    even more funny was they said we ripped there game/client.
    Even though we never even used it + never had the same bugs they had (we used LGs) And completely reworked it.
    I'm doing nothing new huh? So this sound effect release is "nothing new." Hmm.... Comical.

    P.S, if you need help with this, feel free to add me on my msn: doomofyou@hotmail.com

  24. #24
    Apprentice inetgc is offline
    MemberRank
    Jan 2007 Join Date
    IrelandLocation
    18Posts

    Re: [Tutorial] Extended Sound Effects

    Its not anything new?
    ZZzzZzZzZ

  25. #25
    Valued Member sirawesome is offline
    MemberRank
    Oct 2007 Join Date
    130Posts

    Re: [Tutorial] Extended Sound Effects

    Honestly this isn't even worth fighting about. Anyone with half a brain would realize that if you changed the sound tag it would play a different sound.



Page 1 of 2 12 LastLast

Advertisement