Results 1 to 3 of 3

Thread: How to add 2 fx in 1 action?

  1. #1
    Lieutenant Loveboy's Avatar
    Join Date
    Nov 2012
    Posts
    546
    Thanks
    229
    Thanked 72 Times in 46 Posts

    How to add 2 fx in 1 action?

    hi guys, i need help, i have 2 fx for my nuke:
    Code:
    game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_expand.efx");
    	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_imapct.efx");
    i want to make the 2 play in 1 time.
    if i add only 1 , only 1 will show,
    if i make this so:
    Code:
    	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_expand.efx");
    	game["impact_nuke"] = loadfx("fx/impacts/gunship_nuke_imapct.efx");
    no fx will show.

    how i add the 2 fx in 1 action? so nuke = 2 fx.

  2. #2
    Sergeant EvoloZz's Avatar
    Join Date
    Sep 2012
    Location
    Helsinki, Finland
    Posts
    360
    Thanks
    314
    Thanked 167 Times in 120 Posts
    Just give them different names and play them at the same time?

  3. The Following 2 Users Say Thank You to EvoloZz For This Useful Post:

    kung foo man (29th April 2013),Loveboy (30th April 2013)

  4. #3
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    You can combine the 2 FX into one file. Just copy and paste one into the other, putting the pasted one at the foot of the first. Then run the 1 FX and the 2 will play.

    For a stock example of doing it this way, check out iw_07.iwd\fx\misc\antiair_double_tracer.efx
    Last edited by Tally; 29th April 2013 at 19:53.

  5. The Following 2 Users Say Thank You to Tally For This Useful Post:

    kung foo man (29th April 2013),Loveboy (30th April 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •