Jump to content

TrailerSeperation: Difference between revisions

From ModEnc²
en>Crimsonum
mNo edit summary
m 7 revisions imported
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|name={{PAGENAME}}
|name={{PAGENAME}}
|files={{Ini|art}}
|files={{Ini|art}}
|default=none
|default=0
|values={{Values|unsigned integers}}
|values={{Values|unsigned integers}}
|types=[[Animations]]
|types=[[Animations]]
Line 17: Line 17:
Specifies the delay, in [[frames]], between [[TrailerAnim|trailer animations]]. The longer the delay, the less trailer animations will be spawned from the parent animation. Only works in conjunction with {{f|TrailerAnim|link}}.
Specifies the delay, in [[frames]], between [[TrailerAnim|trailer animations]]. The longer the delay, the less trailer animations will be spawned from the parent animation. Only works in conjunction with {{f|TrailerAnim|link}}.


'''Note''': This flag is valid despite the spelling mistake (''TrailerSep'''e'''ration''). Using the correct spelling (''TrailerSep'''a'''ration'') won't work.
== Random Variation ==
In-game, there appears to be slight variation in how many trailer animations the parent animation will spawn. Most of the time the parent animation will spawn as many trailer animations that fit within its lifetime, however there's a small chance each instance of the parent animation will spawn 1 more or 1 less trailer animations.
 
[[File:TrailerSeperationTest.gif|thumb|When the infantry enters the green cell at the bottom left, an invisible animation is spawned on each of the three green cells at the top right. This animation then spawns the rings as TrailerAnim. The parent anim has End=2, Rate=60, TrailerSeperation=15]]
 
== Note ==
This flag is valid despite the spelling mistake (''TrailerSep'''e'''ration''). Using the correct spelling (''TrailerSep'''a'''ration'') won't work.


==See also==
==See also==
* [[SpawnDelay]]
* [[TrailerAnim]]
* [[TrailerAnim]]
* [[ExpireAnim]]
* [[ExpireAnim]]
* [[Spawns]] and [[SpawnCount]]
* [[Spawns]] and [[SpawnCount]]
* [[Next]]
* [[Next]]

Latest revision as of 22:09, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TrailerSeperation
File(s): art(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Default: 0
Applicable to: Animations


Specifies the delay, in frames, between trailer animations. The longer the delay, the less trailer animations will be spawned from the parent animation. Only works in conjunction with TrailerAnim.

Random Variation

In-game, there appears to be slight variation in how many trailer animations the parent animation will spawn. Most of the time the parent animation will spawn as many trailer animations that fit within its lifetime, however there's a small chance each instance of the parent animation will spawn 1 more or 1 less trailer animations.

When the infantry enters the green cell at the bottom left, an invisible animation is spawned on each of the three green cells at the top right. This animation then spawns the rings as TrailerAnim. The parent anim has End=2, Rate=60, TrailerSeperation=15

Note

This flag is valid despite the spelling mistake (TrailerSeperation). Using the correct spelling (TrailerSeparation) won't work.

See also