Page MenuHomeFeedback Tracker

Advanced Flight Model instrument failure: imperial/metric units at the same time
Need More Info, NormalPublic

Description

The advanced flight model instruments shows both measuring systems at the same time.
A change in the Init (player/helicopter/both) won´t help.

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

Event Timeline

dedmen changed the task status from New to Need More Info.Feb 1 2021, 2:51 PM
dedmen added a subscriber: dedmen.

Cannot reproduce.
Try creating a new ingame profile

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.

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.