Page MenuHomeFeedback Tracker

after last updates, the "BIS_fnc_ambientAnimCombat" partially broken;
New, NormalPublic

Description

It looks like the latest update broke BIS_fnc_ambientAnimCombat.

For example, in the init of unit I use it:

[this,"WATCH","FULL"] call BIS_fnc_ambientAnimCombat;

Or that:

[this,"STAND","FULL"] call BIS_fnc_ambientAnimCombat;

but always the soldier's night vision device disappears. It worked reliably before

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General
Steps To Reproduce

place in the map soldier of OPFOR side and place this

[this,"WATCH","FULL"] call BIS_fnc_ambientAnimCombat;

into his init

Additional Information

Since "FULL" means full equipment, I may not see the additional disappearances that a soldier should have. Perhaps other parts also disappear, please check all parts of the equipment, if they do not disappear the same way if player uses fnc_ambientAnimCombat

Event Timeline

Hey BIS! later I saw that the balaclava or glasses will also be missing. Thus call BIS_fnc_ambientAnimCombat will kill head assets (helmet is still present)

dedmen added a subscriber: dedmen.Dec 15 2020, 1:01 PM

what is "the latest update" you don't mention any version number

I did not specify the version number because I do not know for sure. Approximately these are versions 1.98 or 2.00. I noticed the problem just now, recently. I may be missing a bug in 1.98 or I might see it now after it was added in 2.00

mickeymen renamed this task from after last update the "BIS_fnc_ambientAnimCombat" partially broken; to after last updates, the "BIS_fnc_ambientAnimCombat" partially broken;.Dec 15 2020, 5:47 PM