Jump to content

[HOW TO] Adding Color effects to your server!


Indiculous

Recommended Posts

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

NOTICE: I do not take credit for these scripts im simply just sharing them with a tutorial!

 

Effects.sqf : https://www.dropbox.com/s/6rdq830bc42lre2/effects.sqf

 

1) Make a folder inside your mission folder

name it "fixes"

 

Inside that place the provided effects.sqf 

 

2)Open your init.sqf

 

Inside that place this at the very bottom

 

//Color Correction
 if (!isDedicated) then {
    [] execVM "fixes\effects.sqf";
    };
 
Your Done!
 
EDIT
To enable the color correction you want open effects.sqf and un comment the 3 lines under the name of the correction! Simply delete the // and it will enable it to disable add the // back behind it.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...