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!
Printable View
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!
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
Effect Name: Name of filePHP Code:<EFFECT NAME="we_smg_reload" MINDISTANCE="200" MAXDISTANCE="1000"/>
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:
These objects in the "" are the effect name of the sound your adding, aka the file name of that file.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" />
PHP Code:snd_reload="we_pistol_reload"
snd_fire="fiveseven-1"
snd_dryfire="357magrevolver_dryfire"
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"
yes, just replace those names with the names of your files AFTER you add them to effect.xml
hmm :S tut ?