Talk:Next
In my opinion, the example code in this 2 line might not be the most appropriate illustration,
[cgmiam03Rubble] ... Surface=yes Layer=Underground
because Surface is invalid in Yuri's Revenge, it has been completely replaced by Layer=ground. Yeah, its original effect was actually used to specify an animation to be in the ground layer rather than surface layer,
and underground layer only exists in Tiberian Sun and Firestorm, in Red Alert 2 or Yuri's Revenge, only the other four available layer values can be specified using the Layer flag.
- DeathFish
Testid123: Since I want the animation to be under the actual object, I put a tag that is related to the ground layer or layer below the ground, just to make sure that the animation is actually under the object.
Using Layer=ground in my opinion means that the animation will only be as high as the object on the ground, such as trees, boxes, infantry, fences, etc.
What I mean is that these two lines of code are ineffective in Yuri's Revenge and such usage might mislead the reader. :]
And as far as I know, Next won't change the layer either, so you should write Layer=surface in [cgmiamdy] to test it, like:
[cgmiamdy] ... Next=cgmiam03Rubble Layer=surface [cgmiam03Rubble] ... Weapons ... Anim=cgmiam03Rubble Warhead ... AnimList=cgmiam03Rubble
And I think this can meet the requirement you mentioned of the animation to be under the actual object .
- DeathFish
Testid123:Due to the side effects and delay of the Next tag, I use the tag TrailerAnim instead and it worked as I expected.
That is for sure, because TrailerAnim actually creates a new Animation instead of simply replacing the Shape resource and frame sequence playback rules. In fact, the problem you encountered is likely due to [cgmiam03Rubble] still being the original animation's Layer (default is air) because of the Next logic, and since it is generated later (newer) than LTNK, it is drawn on top in the absence of other changes.
I'm just saying that there are two places in the example code that might mislead newcomers.
- DeathFish
Testid123:This is the result of
[cgmiamdy]
...
Next=cgmiam03Rubble
Layer=surface
And of course it's lower than the shadow too😆