The advanced flight model instruments shows both measuring systems at the same time.
A change in the Init (player/helicopter/both) won´t help.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Advanced Flight Model
Steps To Reproduce
Start Arma 3 (without mods) Go to Editor Place a helicopter (advanced flight model enabled) Preview Scenario Look at the instuments
Additional Information
Screenshot from the instuments:
https://drive.google.com/file/d/1wbJ-X28Lq8nR7FWoI2gkDhYrm8eTtbyS/view?usp=sharing
Event Timeline
Comment Actions
A fresh profile does a reset to metric instruments. Also INIT: setSystemOfUnits 0; will reset to metric only as well
When i use (all on helicopter)
INIT: setSystemOfUnits 2;
it´s again like in the picture same for: setSystemOfUnits 1;
There seems to be no imperial only command.
Comment Actions
Reinstalled Arma on new PC but the problem is still live.
I tried another way but this one has the same result:
myNum = 2;
myNumNew = setSystemOfUnits myNum;
via local execute but the same double measureing numbers displays shown.