Page MenuHomeFeedback Tracker

error message when trying to set threat level for Chemical detector.
New, NormalPublic

Description

This is based on the development version 1.97.146039.

I tried to change the threat level as described here https://community.bistudio.com/wiki/Arma_3_CBRN.

When i execute the code the first time i get a messageBox with the info "Shape \a3\UI_F_Contact\Data\Objects\ChemicalDetector_01_ui_F.p3d not found"

The threat level gets changed nevertheless.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce

execute this code in debug console:

"test" call BIS_fnc_rscLayer;

"test" cutRsc ["RscWeaponChemicalDetector", "PLAIN", 1, false];

private _ui = uiNamespace getVariable "RscWeaponChemicalDetector";
private _obj = _ui displayCtrl 101;

_obj ctrlAnimateModel ["Threat_Level_Source", 0.5, true];

Event Timeline

Ron4Swat created this task.Sep 15 2019, 2:16 AM
Ron4Swat edited Steps To Reproduce. (Show Details)
Astaroth claimed this task.Sep 16 2019, 1:27 PM
Astaroth added a subscriber: Astaroth.

HI,
thanks for the report. We will look on it.