• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Multiple Animations

Messages
103
Country
belgium
Hi,

For my gate animation I made 4 different animations, each one for a different aircraft type (heavy, medium, small jets,...). In CAT I use the ADF frequency as first animation trigger and the 'Extended' ADF frequency as second animation trigger. I selected 4 animations and everything compiles well.

Now when I go to FS, the animation begins when I set the correct frequency. But when I want to 'disable' the animation (so the gate should return to its original position), I just tune the ADF to a non animated frequency. But instead of reversing the animation, the gate just 'jumps' instantly to its original position. So the animation only plays forward and not backwards. :scratchch

What can be the cause of this problem? If nescessary I'll post the asm files here...

Thanks
Thomas
 
Hi Thomas,

I think this is because you are using the same variable (ADF) for both the selection and the trigger. Have you tried to use a different property for both? I never really thought of the condition that you tune the trigger and the selection with the same variable :). It is indeed not supposed to work like this.
 
Hi Arno,

The ADF frequency is composed out of two separate variables. You have the main frequency which is variable '07BC' (for example 205) and then you have the extended frequency which is variable '07C6' (for example .2).

So let's take gate 205 for example. To trigger the animation you have to tune the ADF to frequency 205. Then you have to choose your aircraft type like:
205.1 => A320
205.2 => A330/B767
205.3 => B737
...

When tuning to 205.1 the gate starts moving to the A320 position. Then when you tune to 300.0 (a non assigned frequency) the gate jumps back to its original position, instead of reversing the animation slowly. :banghead:

Is it possible to reverse the animation when you use these 2 variables?
Otherwise I'll try to use a different variable for the gate position and see what happens then....

Thx,
Thomas
 
Hi Thomas,

Thomas said:
When tuning to 205.1 the gate starts moving to the A320 position. Then when you tune to 300.0 (a non assigned frequency) the gate jumps back to its original position, instead of reversing the animation slowly. :banghead:

Yes, I know the value is represented with two variables, but when you change from 205.1 to 300.0 both the trigger and the secondary condition change at the same time. CAT has not been designed to cope with that.

So, if you untrigger your secondary condition should still be valid, as for every secondary condition that is not valid the static initial condition is shown. Another option would be to cover all possible values of the seconday condition variable.
 
Hi Arno,

I see what the problem is now, thanks. When I only change the second variable (from 205.1 to 205.0) then the animation plays backwards as it should.

I'll remember this for the readme file. I thought it would be very easy to just tune the ADF to the gate number and then .1 .2 .3... for the right aircraft type, couldn't be easier to remember the right frequency for a particular gate. ..

Thanks for your help Arno ;)

Regards,
Thomas
 
Back
Top