Quick question, just to validate it’s not an issue on my end:
When I attach some aircraft animations to attitude variables:
PLANE HEADING DEGREES TRUE
PLANE PITCH DEGREES
PLANE BANK DEGREES
animation stuck at 0 frame position. so these variables are not provided for the other players aircraft? as example, this animation script works on mine (rudder turned to the right), but not on other player aircraft (rudder turned to the left):
<UseTemplate Name="ASOBO_GT_Anim_Code">
<ANIM_NAME>rudder_percent_key</ANIM_NAME>
<ANIM_CODE>(A:PLANE HEADING DEGREES TRUE, degrees) 3.6 /</ANIM_CODE>
</UseTemplate>
I may understand that limited list of variables transmit by MP system, but position and attitude are the basic one and used for model positioning anyway.