Jump to content
Sign in to follow this  
Locke@Germany

Effect pack v0.81 realeased

Recommended Posts

@Mr Burns

Yes you are right, this "&quote;" doesn't belong there.

Just delete those parts.

my Fault

Share this post


Link to post
Share on other sites

Could you give us an example of where in the config you would change to make this the default effect?

I don't expect you to list out for all vehicles. Perhaps you could show us one though and we could go from there.

Share this post


Link to post
Share on other sites

Pretty Simple  smile_o.gif

For every vehicleclass there is an init.sqs in a seperate folder

like for tanks its in the directory tankeffects under the effectpacktree  itself

to make it the default effect just add an eventhandler to Class tanks

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class EventHandlers

{

init = "_this exec {\effectpack\tankeffect\init.sqs}";

};

Share this post


Link to post
Share on other sites

Just to clarify, your saying, add your code above to the part where it defines the tanks within the config?

Cool, I was trying variations of this but I did not do it with the "class event handlers"

I'll try when I get back from vacation.

Share this post


Link to post
Share on other sites

the links still broken ore do not exist.. someone have a alternative link to download the efectpack?

Share this post


Link to post
Share on other sites

This isn't the original version of this pack, it adds the effects to a config.cpp...

Effect pack 1.05mb

If you run this like ECP or any other mod, you DON'T need to write stuff in the init of every unit as you did in the original. Add a trigger that covers the whole map activation set to anybody/present, Condition=true and in the On activation field write "[] exec "\EffectPack\init.sqs" " (without quotes) then the proper effects are applied to all units.

Captain

Share this post


Link to post
Share on other sites

Do you plan to make destroyed pieces of helicopter (separate body and rotor model for example) like planes already have?

Share this post


Link to post
Share on other sites

Can anyone give me a working download link of this one? All the links in this thread are down.

Share this post


Link to post
Share on other sites
the edge files at @war didn't work, but fileplanet did, biggrin_o.gif

Well, didn't work yesterday smile_o.gif

Share this post


Link to post
Share on other sites

anyways how do i make it run like ecp?

so i don't need to put init commands in every unit tounge_o.gif

great mod btw,

Share this post


Link to post
Share on other sites

You should be able to find it on that page

Scroll down under the screenshot

Click on the word located under the icon that is looking like a floppy disk, and it will download.

Share this post


Link to post
Share on other sites

This looks sweet! Doesnt seem that hard to add these effects to your own config rock.gif

I think I recall a massive debate being had about whether or not a tanks turrent would actually fly off or not, when this was released (in antoher forum/thread perhaps). Who cares, it looks cool!

Share this post


Link to post
Share on other sites
all links for this addon are down sad_o.gif

EDIT: oops, I had it on my harddisk smile_o.gif

fixed version of addon

corrects the missing " glitch

Seems that link you kindly dug up for us Sanctuary is for the original, slightly faulty version...

Anyway to get the "fixed" version shown above?

Share this post


Link to post
Share on other sites

I tryed to do what C4P741N said, but didnt work sad_o.gif

is it due to the older version?

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  

×