Jump to content

Recommended Posts

gf-colorcorrections-script-version-10-1_

GF ColorCorrections Script

by

 

GEORGE FLOROS [GR]

 

 

 

Description:

GF ColorCorrections Script , 14 themes available.
You are free to do anything but i would like to give me Credits for this!
Simple and easy to use and adapt .
Have Fun !

 


Installation / Usage:

For usage instructions and information of how to use the GF Kill info Script please refer to the included documentation and/or example mission.

Place in your mission the files . There is everything included , in the initPlayerLocal.sqf and in the Description.ext , to copy paste in your mission .

https://community.bistudio.com/wiki/SQF_syntax
Don't try to open this with the simple notepad.

For everything that is with comment // in front or between /*
means that it is disabled , so there is no need to delete the extra lines.

You can open this ex:
with notepad++
https://notepad-plus-plus.org/

and also use the extra pluggins
(this way will be better , it will give also some certain colours to be able to detect ex. problems )
http://www.armaholic.com/page.php?id=8680

or use any other program for editing .

For the Compilation List of my GF Scripts , you can search in:

https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/

 

 

Notes:

GF ColorCorrections Script , 14 themes available.
There are incuded also missions parameters.

 

To add them :

 

Copy in the descripion.ext  :

#include "Mission_Parameters.hpp"

and add the Mission_Parameters.hpp in your mission files.

 

Or copy , in your descripion.ext :

class Params
{
		class GF_ColorCorrections
	{
		title = "Color Correction theme Selection:";
		values[]={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14};
	    texts[]={
		"Disabled",
		"Realistic Color Correction theme",
		"Post Apocalyptic theme",
		"Nightstalkers theme",
		"OFP Gamma theme",
		"Golden autumn theme",
		"Africa theme",
		"Afghan theme",
		"Middle East theme",
		"Real Is Brown theme",
		"Gray Tone theme",
		"Cold Tone theme",
		"Winter Blue theme",
		"Winter White theme",
		"Mediterranean theme"
		};
	   default=1;
    };
};

 


Credits and Thanks to :

Thanks to All script contributors
Thanks to everyone who tries to do the best for this game!
Thanks to BIS for such a great platform .
Thanks to BIS Community and BIS Community Forums .
Thanks to Armaholic Community and Forums .

 

 

Changelog:

v1.0

 


Forum topic:

- Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40260

 

 

 

Armaholic

GF ColorCorrections Script

 

  • Like 4
  • Thanks 1

Share this post


Link to post
Share on other sites
1 hour ago, foxhound said:

An Armaholic mirror is now available:

 

 

Thank you very much Foxhound for everything !

Share this post


Link to post
Share on other sites
9 hours ago, zagor64bz said:

Thank you George!!!!

 

Thanks Zagor !

  • Like 2

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

×