PDA

View Full Version : How to add 2 fx in 1 action?



Loveboy
29th April 2013, 20:23
hi guys, i need help, i have 2 fx for my nuke:

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:

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.

EvoloZz
29th April 2013, 20:47
Just give them different names and play them at the same time?

Tally
29th April 2013, 20:49
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