Skip to content

Evocation/Colorfilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Colorfilter

a simple colorfilter script with menu for Arma 2

Installation:

in your init.sqf put the following:

if (!isDedicated) then {
	// Color Filter Settings
	[false] execVM "addons\colorsettings.sqf";
};

if not already done, install it or use something equivalent:

https://github.com/mudzereli/DayZEpochDeployableBike

in your click_actions~>config.sqf add the following:

["NVGoggles",			"Apply Color Filter",				"if (dialog) then {closeDialog 0;};[true] execVM 'addons\colorsettings.sqf';","true"]

thats it... hf

About

a simple colorfilter script with menu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages