mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
HuntIR - Register as a feature cam (block NVG border) (#6138)
Fix #6135
This commit is contained in:
parent
e73a2ddec0
commit
2b89b3102b
@ -27,6 +27,7 @@
|
|||||||
!(
|
!(
|
||||||
isNull curatorCamera && // Curator
|
isNull curatorCamera && // Curator
|
||||||
{!GETMVAR(EGVAR(spectator,isSet),false)} && // ACE Spectator
|
{!GETMVAR(EGVAR(spectator,isSet),false)} && // ACE Spectator
|
||||||
|
{GETMVAR(EGVAR(huntir,stop),true)} && // ACE Hunt IR
|
||||||
{isNull GETMVAR(BIS_EGSpectatorCamera_camera, objNull)} && // BIS Nexus Spectator
|
{isNull GETMVAR(BIS_EGSpectatorCamera_camera, objNull)} && // BIS Nexus Spectator
|
||||||
{isNull GETUVAR(BIS_fnc_arsenal_cam, objNull)} && // Arsenal camera
|
{isNull GETUVAR(BIS_fnc_arsenal_cam, objNull)} && // Arsenal camera
|
||||||
{isNull GETMVAR(BIS_fnc_establishingShot_fakeUAV, objNull)} && // Establishing shot camera
|
{isNull GETMVAR(BIS_fnc_establishingShot_fakeUAV, objNull)} && // Establishing shot camera
|
||||||
|
@ -55,7 +55,7 @@ GVAR(pphandle) ppEffectAdjust [1, 1, 0, [0.01, 0.02, 0.04, 0.01], [0.87, 1.08, 1
|
|||||||
GVAR(pphandle) ppEffectCommit 0;
|
GVAR(pphandle) ppEffectCommit 0;
|
||||||
GVAR(pphandle) ppEffectEnable true;
|
GVAR(pphandle) ppEffectEnable true;
|
||||||
|
|
||||||
GVAR(stop) = false;
|
GVAR(stop) = false; // Var also used in ace_common_fnc_isFeatureCameraActive
|
||||||
call FUNC(huntirCompass);
|
call FUNC(huntirCompass);
|
||||||
|
|
||||||
GVAR(no_cams) = ACE_player nearEntities ["ACE_HuntIR", HUNTIR_MAX_TRANSMISSION_RANGE];
|
GVAR(no_cams) = ACE_player nearEntities ["ACE_HuntIR", HUNTIR_MAX_TRANSMISSION_RANGE];
|
||||||
|
Loading…
Reference in New Issue
Block a user