Jump to content
Sign in to follow this  
Przemek_kondor

ppEffects viewer

Recommended Posts

Doesn't the version I posted in previous post work? (Now you are able to open control from mouse menu too)

Share this post


Link to post
Share on other sites

No, unfortunately not. I can open the menu itself, and press Ready to fire, communication etc. but I can't click att radio because its not available.

Share this post


Link to post
Share on other sites

This should get updated with tonemapping features! :D

Share this post


Link to post
Share on other sites
No, unfortunately not. I can open the menu itself, and press Ready to fire, communication etc. but I can't click att radio because its not available.
Do not use radio. Just use mouse wheel or "[" "]" buttons.

Share this post


Link to post
Share on other sites
Do not use radio. Just use mouse wheel or "[" "]" buttons.

It does unfortunately not work.. The only thing that appear is ''5 Status'' and ''0 Reply''. I have tried all kind of buttons, on mouse aswell, and I can't get it to appear.

Does anyone else have this problem or is it only me?

Edited by Cyper

Share this post


Link to post
Share on other sites

I placed this file into the mission folder in arma, but how do I run it?

Share this post


Link to post
Share on other sites

This stuff is really awesome, but can anyone point me in the right direction as to how to actually enable it in a mission? Currently I have an init.sqf containing:

hint "gg";
_hndl = ppEffectCreate ["colorCorrections", 1550];
_hndl ppEffectEnable true;
_hndl ppEffectAdjust ppEffectAdjust[ 0.76, 1, 0.53, [-2.07, 5, 5, -0.67],[-5, -5, -5, 0.97],[5, 5, 5, -5]];
_hndl ppEffectCommit 0;
sleep 10;
ppEffectDestroy _hndl;
hint "gg2";

Is this enough? What am I missing? :confused: Thanks for any help in advance!

Edit: ahh. This works:

"ColorCorrections" ppEffectAdjust[ 0.76, 1, 0.53, [-2.07, 5, 5, -0.67],[-5, -5, -5, 0.97],[5, 5, 5, -5]];

"ColorCorrections" ppEffectEnable true;

"ColorCorrections" ppEffectCommit 0;

Edited by JMEJAY
fixed

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  

×