Jump to content
Sign in to follow this  
golfpro1286

Trying to make a wreck have smoke and fire but only get smoke.

Recommended Posts

So I want to have a C-130 wreck in my mission with a lot of smoke AND fire. So here is what I did and only got smoke, no fire...

in my init.sqf i placed this: BIS_Effects_Burn=compile preprocessFileLineNumbers "\ca\Data\ParticleEffects\SCRIPTS\destruction\burn.sqf";

I then placed c-130 wreck and named it "c130" and in the init field: i=[c130,7,time,false,false] spawn BIS_Effects_Burn;

any thoughts as to why I am only getting smoke?

Share this post


Link to post
Share on other sites

I tried to recreate but got nothing by putting the spawn in the init of the vehicle. I moved it to the init.sqf after the compile, and got fire and smoke.

Share this post


Link to post
Share on other sites

Can you show me what you put in the init.sqf? and just to clarify it was all in the init.sqf and nothing in the vehicle init correct?

Share this post


Link to post
Share on other sites

I just put exactly what you had, but all in the init.sqf. I placed a player, placed a C-130 wreck called "c130". In the init.sqf was this:

BIS_Effects_Burn = compile preprocessFileLineNumbers "\ca\Data\ParticleEffects\SCRIPTS\destruction\burn.sqf";
i=[c130,7,time,false,false] spawn BIS_Effects_Burn;

and nothing in the vehicle init.

Share this post


Link to post
Share on other sites

Sweet man thanks, I will try this when I get back in front of my comp tonight!

Share this post


Link to post
Share on other sites

Place a burning fireplace on the map and place your wrecked aircraft on the top.

Share this post


Link to post
Share on other sites

I think it may be worth mentioning that I am running this mission using ACE, I didnt think that would have an effect on this script but maybe it does. I placed both in the init.sqf to get it to work and still only got smoke.

Share this post


Link to post
Share on other sites

Might try a test in editor with no addons. Also, you do know that rain has an effect as well? (I dunno if you're using weather or not.)

Share this post


Link to post
Share on other sites
Might try a test in editor with no addons. Also, you do know that rain has an effect as well? (I dunno if you're using weather or not.)

Yeah I dont have any weather on, I may try it with no add-ons but I am not too concerned about this problem nearly as much as the other that you are helping me with lol.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×