mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'master' of https://github.com/KoffeinFlummi/ACE3
This commit is contained in:
commit
0d650f2fad
@ -83,15 +83,17 @@ class CfgVehicles {
|
|||||||
simulation = "nvmarker";
|
simulation = "nvmarker";
|
||||||
|
|
||||||
class NVGMarker {
|
class NVGMarker {
|
||||||
diffuse[] = {0,0,0};
|
diffuse[] = {0.006, 0.006, 0.006, 1};
|
||||||
ambient[] = {0,0,0};
|
ambient[] = {0.005, 0.005, 0.005, 1};
|
||||||
brightness = 0.004;
|
brightness = 0.2;
|
||||||
name = "pozicni blik";
|
name = "pozicni blik";
|
||||||
drawLight = 1;
|
drawLightSize = 0.2;
|
||||||
drawLightSize = 0.005;
|
|
||||||
drawLightCenterSize = 0.003;
|
drawLightCenterSize = 0.003;
|
||||||
activeLight = 0;
|
activeLight = 0;
|
||||||
blinking=1;
|
blinking=1;
|
||||||
|
blinkingStartsOn=1;
|
||||||
|
blinkingPattern[] = {2,2};
|
||||||
|
blinkingPatternGuarantee = false;
|
||||||
dayLight = 0;
|
dayLight = 0;
|
||||||
onlyInNvg = 1;
|
onlyInNvg = 1;
|
||||||
useFlare = 0;
|
useFlare = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user