Jump to content
Sign in to follow this  
Foop

Remove red blur after death

Recommended Posts

I liked the way OFP showed you the fight continuing after you were killed. I think there is something similar in ARMA2, but it's very hard to tell with the red, blurred filter that is used. Is there a way to turn this off ?

Share this post


Link to post
Share on other sites

The red blurred filter is caused by the First Aid module. It must be a bug that the filter stays on even after you die, as it makes no sense to have the filter still active when you are dead and controlling a bird.

Share this post


Link to post
Share on other sites

Im trying to do this right now, so far i have gotten rid of the annoying red, trying to get rid of the blur, unpack the ca.pbo file in the addons directory where your arma 2 is installed... search for this onplayerkilled.sqf... i got rid of the red by changing colorcorrections to false like this,

//--- Full red

"colorCorrections" ppEffectAdjust [1, 1, 0, [0.1, 0.0, 0.0, 1], [1.0, 0.5, 0.5, 0.1], [0.199, 0.587, 0.114, 0.0]];

"colorCorrections" ppEffectCommit 0.1;

"colorCorrections" ppEffectEnable false;

sleep 0.1;

not sure about the blur, still figuring it out...

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  

×