Foop 10 Posted August 6, 2009 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
osmo 0 Posted August 9, 2009 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
katipo66 94 Posted September 27, 2009 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