Version: 1.7.7.0
Frequency: Consistently
Severity: High
Marketplace package name: dc designs concorde
Context: in flight
Bug description:
anim wrap is false in sim despite being set to true in model behaviors, only seems to affect msfs2020 aircraft, this issue appears to be new to 1.7.7.0 (su4 and iirc 1.7.6.0 worked normally)
code for heading drum
<Template Name="DCD_HDG_DIAL_1">
<DefaultTemplateParameters>
<ANIM_NAME>HDG_DrumC</ANIM_NAME>
<ANIM_LENGTH>100</ANIM_LENGTH>
<ANIM_LAG>200</ANIM_LAG>
</DefaultTemplateParameters>
<UseTemplate Name="ASOBO_GT_Anim_Code">
<ANIM_WRAP>True</ANIM_WRAP>
<ANIM_CODE>(L:HDG_AP_VALUE, Degrees) 1 / 10 % int 10 *</ANIM_CODE>
</UseTemplate>
</Template>
devmode window
Repro steps:
load in an affected aircraft, look for any animation that may use the anim wrap function (drums, infinite knobs, stuff on the HSI), anim wrap seems to be false for all of them (as seen in the devmode→tools→behaviors window)
Attachments:
video showing an example
