ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
SpawnDelay: Difference between revisions
Jump to navigation
Jump to search
Created page with "Sets how close to each other that each trailer frame is. It actually specifies the number of frames before the next trailer frame is drawn. Smaller numbers mean closer trailer..." |
It's unnecessary and contrary to convention to specify that this flag applies only to the art.ini section ("Image"). It is already apparent from the file category and type page. |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Flag | |||
|name=SpawnDelay | |||
|files={{Categ|Art(md).ini}} | |||
|values={{Values|unsigned integers}} | |||
|default=3 | |||
|types={{Categ|AircraftTypes}}, {{Categ|Projectiles}} | |||
|ts=? | |||
|fs=? | |||
|hp=? | |||
|ra2=yes | |||
|yr=yes | |||
|ares=yes | |||
}} | |||
Specifies the number of [[frames]] to wait before the next instance of the trailer anim is drawn. Smaller numbers mean a denser trail and generally a cooler effect, but results in lower performance. | |||
==Notes== | |||
* This should be set lower for fast-moving projectiles, otherwise inordinately large gaps will occur between each drawing of the trailer animation. | |||
* This flag and {{f|Trailer|link}} can only be used on [[AircraftType]] and [[Projectile]] images (such as torpedo {{tt|[SUBT]}}) | |||
**If you want to use a trailer for [[Animations]] (including {{f|Bouncer|link}} anims), see {{f|TrailerAnim|link}} and {{f|TrailerSeperation|link}} | |||
* As this is a divisor, setting it to 0 will cause an [[IE]]. | |||
==See also== | |||
* [[Trailer]] | |||
* [[TrailerAnim]] | |||
* [[TrailerSeperation]] |
Latest revision as of 12:02, 2 October 2022
Flag: | SpawnDelay |
File(s): | Art(md).ini |
Values: | Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295. |
Default: | 3 |
Applicable to: | AircraftTypes, Projectiles |
Specifies the number of frames to wait before the next instance of the trailer anim is drawn. Smaller numbers mean a denser trail and generally a cooler effect, but results in lower performance.
Notes
- This should be set lower for fast-moving projectiles, otherwise inordinately large gaps will occur between each drawing of the trailer animation.
- This flag and Trailer can only be used on AircraftType and Projectile images (such as torpedo [SUBT])
- If you want to use a trailer for Animations (including Bouncer anims), see TrailerAnim and TrailerSeperation
- As this is a divisor, setting it to 0 will cause an IE.