effect.mrs

Results 1 to 10 of 10
  1. #1
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    effect.mrs

    i changed the sndfire in the zitem to other file name i added in the effect.mrs

    but when i tryed in game the sound became a refile sound?
    lol

    WTF
    Last edited by randy1234; 02-03-10 at 12:26 PM.


  2. #2
    Account Upgraded | Title Enabled! illxmike is offline
    MemberRank
    May 2008 Join Date
    NetherlandsLocation
    508Posts

    Re: effect.mrs

    have you changed the effect.xml?

  3. #3
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: effect.mrs

    you mean add?

  4. #4
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: effect.mrs

    //bump

  5. #5
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: effect.mrs

    !bump

  6. #6
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: effect.mrs

    Code:
    <EFFECT NAME="we_shotgunpa_fire" MINDISTANCE="200"/>
    thats the name of your fire on the effect.xml, if you want to change the sound, add the sound and change the name to the sound name for example

    Code:
    <EFFECT NAME="we_shotgunpa_fire" MINDISTANCE="200"/>
    is original

    say the sound name is
    Code:
    we_haveasmall_pen
    you change
    Code:
    <EFFECT NAME="we_shotgunpa_fire" MINDISTANCE="200"/>
    to
    Code:
    <EFFECT NAME="we_haveasmall_pen" MINDISTANCE="200"/>
    Last edited by Forean; 05-03-10 at 07:54 AM.

  7. #7
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: effect.mrs

    still dosent work .
    Code:
    <!-- 총기류 fire -->
      	<EFFECT NAME="we_smg_fire" MINDISTANCE="320"/>
      	<EFFECT NAME="we_shotgunpa_fire" MINDISTANCE="320"/>
            <EFFECT NAME="we_flylikeacat_fire" MINDISTANCE="200"/>  (This is the line i added)
      	<EFFECT NAME="we_rocket_fire" MINDISTANCE="200"/>
      	<EFFECT NAME="we_revolver_fire" MINDISTANCE="320"/>
      	<EFFECT NAME="we_pistol_fire" MINDISTANCE="320"/>
      	<EFFECT NAME="we_machinegun_fire" MINDISTANCE="320"/>
    <!--  	<EFFECT NAME="we_grenade_fire" MINDISTANCE="320"/>		-->
      	<EFFECT NAME="we_rifle_fire" MINDISTANCE="320"/>

  8. #8
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: effect.mrs

    ZITEM:

    Code:
    <ITEM id="yourid" 
    		name="exampleitem" 
    		mesh_name="example mesh" 
    		totalpoint="0" 
    		type="range"	
    		res_sex="a" 
    		res_level="16" 
    		slot="range" 
    		weapon="revolver" 
    		weight="9" 
    		bt_price="0"	
    		delay="400" 
    		damage="22" 
    		ctrl_ability="70" 
    		magazine="6" 
    		maxbullet="48" 
    		reloadtime="8"	
    		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="1" 
    		bullet_image_id="0" 
    		magazine_image_id="0" 
    		snd_reload="we_revolver_reload"	
    		snd_fire="we_revolver_fire" 
    		snd_dryfire="357magrevolver_dryfire" 
    		desc="STR:ZITEM_DESC_4505"	
    		effect_id="3" />
    here is this

    we take the

    Code:
    snd_fire="we_revolver_fire"
    and make it the name we changed

    to :
    Code:
    snd_fire="we_likesmall_pen"

  9. #9
    Enthusiast fackme4ever is offline
    MemberRank
    May 2009 Join Date
    45Posts

    Re: effect.mrs

    Quote Originally Posted by forean View Post
    ZITEM:

    Code:
    <ITEM id="yourid" 
    		name="exampleitem" 
    		mesh_name="example mesh" 
    		totalpoint="0" 
    		type="range"	
    		res_sex="a" 
    		res_level="16" 
    		slot="range" 
    		weapon="revolver" 
    		weight="9" 
    		bt_price="0"	
    		delay="400" 
    		damage="22" 
    		ctrl_ability="70" 
    		magazine="6" 
    		maxbullet="48" 
    		reloadtime="8"	
    		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="1" 
    		bullet_image_id="0" 
    		magazine_image_id="0" 
    		snd_reload="we_revolver_reload"	
    		snd_fire="we_revolver_fire" 
    		snd_dryfire="357magrevolver_dryfire" 
    		desc="STR:ZITEM_DESC_4505"	
    		effect_id="3" />
    here is this

    we take the

    Code:
    snd_fire="we_revolver_fire"
    and make it the name we changed

    to :
    Code:
    snd_fire="we_likesmall_pen"
    Oh i just needed this.
    I was watching the weapon="shotgun"
    And made an effect called like we_shotgun_fire and didnt worked.
    Now i understand why!
    Thx alot dude.

  10. #10
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: effect.mrs

    Quote Originally Posted by fackme4ever View Post
    Oh i just needed this.
    I was watching the weapon="shotgun"
    And made an effect called like we_shotgun_fire and didnt worked.
    Now i understand why!
    Thx alot dude.
    mine still dont work



Advertisement