ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
TrailerSeperation: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Flag |name={{PAGENAME}} |files={{Ini|art}} |default=none |values={{Values|unsigned integers}} |types=Animations |ts=yes |fs=yes |ets=yes |hp=yes |ra2=yes |yr=yes |rp=yes..." |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name={{PAGENAME}} | |name={{PAGENAME}} | ||
|files={{Ini|art}} | |files={{Ini|art}} | ||
|default= | |default=0 | ||
|values={{Values|unsigned integers}} | |values={{Values|unsigned integers}} | ||
|types=[[Animations]] | |types=[[Animations]] | ||
Line 15: | Line 15: | ||
}} | }} | ||
Specifies the delay, in [[frames]], between [[TrailerAnim|trailer animations]]. The longer the delay, the less trailer animations will be spawned from the parent animation. | 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}}. | ||
== Notes == | |||
* The first trailer animation is randomly spawned anywhere between 0 and {{f|{{PAGENAME}}}} [[frames]] since the start of the parent animation. | |||
* 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 10:24, 6 May 2022
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.
Notes
- The first trailer animation is randomly spawned anywhere between 0 and TrailerSeperation frames since the start of the parent animation.
- This flag is valid despite the spelling mistake (TrailerSeperation). Using the correct spelling (TrailerSeparation) won't work.