mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
strobe light more bearable
changed the intensity of the strobe light, it's still VERY visible on a very long distance, (around 1.6k maybe more)
This commit is contained in:
parent
b5544ad390
commit
70e83707c4
@ -87,9 +87,9 @@ class CfgVehicles {
|
|||||||
class NVGMarker {
|
class NVGMarker {
|
||||||
diffuse[] = {0.006, 0.006, 0.006, 1};
|
diffuse[] = {0.006, 0.006, 0.006, 1};
|
||||||
ambient[] = {0.005, 0.005, 0.005, 1};
|
ambient[] = {0.005, 0.005, 0.005, 1};
|
||||||
brightness = 0.2;
|
brightness = 0.1;
|
||||||
name = "pozicni blik";
|
name = "pozicni blik";
|
||||||
drawLightSize = 0.2;
|
drawLightSize = 0.1;
|
||||||
drawLightCenterSize = 0.003;
|
drawLightCenterSize = 0.003;
|
||||||
activeLight = 0;
|
activeLight = 0;
|
||||||
blinking=1;
|
blinking=1;
|
||||||
@ -112,7 +112,7 @@ class CfgVehicles {
|
|||||||
magazines[] = {};
|
magazines[] = {};
|
||||||
nvTarget = 1;
|
nvTarget = 1;
|
||||||
destrType = "DestructNo";
|
destrType = "DestructNo";
|
||||||
brightness = 20;
|
brightness = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
class NATO_Box_Base;
|
class NATO_Box_Base;
|
||||||
|
Loading…
Reference in New Issue
Block a user