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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...