how can i change shotgunz sound

Results 1 to 5 of 5
  1. #1
    Valued Member estacoz is offline
    MemberRank
    Jul 2007 Join Date
    Earth oO?Location
    140Posts

    how can i change shotgunz sound

    Hello folks !! wassup?

    i made my own private server named Savria Gunz

    and all worked Exellent

    exept the guns sounds

    my shotguns sounds like rifle .. all of them

    so how can i change it ?

    thanx guys!


  2. #2
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: how can i change shotgunz sound

    To change Sound effect, go into Effect.mrs, add your files (wav file) then go into effect.xml (effect.mrs)

    THis is how a line is set up
    PHP Code:
    <EFFECT NAME="we_smg_reload" MINDISTANCE="200" MAXDISTANCE="1000"/> 
    Effect Name: Name of file
    Mindistance : Minimal distance the effect is seen/heard
    Maxdistance : Max distance the effect is seen/heard

    Now unpack system.mrs, then find zitem.xml, here is an example wep below:
    PHP Code:
    <ITEM id="2331120" name="Training Semi-Auto Pistol" mesh_name="pistol04" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="pistol" weight="8" bt_price="0" delay="128" damage="0" ctrl_ability="35" magazine="5" reloadtime="4" slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="Training Semi-Automatic Pistol with burst fire." image_id="1" bullet_image_id="0" magazine_image_id="0" maxbullet="999999" snd_reload="we_pistol_reload" snd_fire="fiveseven-1" snd_dryfire="357magrevolver_dryfire" effect_id="3" /> 
    These objects in the "" are the effect name of the sound your adding, aka the file name of that file.

    PHP Code:
    snd_reload="we_pistol_reload"
    snd_fire="fiveseven-1" 
    snd_dryfire="357magrevolver_dryfire" 

  3. #3
    Valued Member estacoz is offline
    MemberRank
    Jul 2007 Join Date
    Earth oO?Location
    140Posts

    Re: how can i change shotgunz sound

    in the zitem the guns names is ok ..

    snd_reload="weapons/we_shotgunpa_reload"
    snd_fire="weapons/we_shotgunpa_fire"
    snd_dryfire="weapons/762arifle_dryfire"

  4. #4
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: how can i change shotgunz sound

    yes, just replace those names with the names of your files AFTER you add them to effect.xml

  5. #5
    Valued Member estacoz is offline
    MemberRank
    Jul 2007 Join Date
    Earth oO?Location
    140Posts

    Re: how can i change shotgunz sound

    hmm :S tut ?



Advertisement