Jump to content

Tiled: Difference between revisions

From ModEnc²
en>Testid123
mNo edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|files={{Categ|Art(md).ini}}
|files={{Categ|Art(md).ini}}
|values={{Values|Boolean|yes|no|1|0}}
|values={{Values|Boolean|yes|no|1|0}}
|types={{Categ|Art(md).ini}}
|types={{Categ|Animations}}
|ts=no
|ts=no
|fs=no
|fs=no
Line 10: Line 10:
|rp=no
|rp=no
}}
}}
 
Tiled=yes makes the anim "stack" upwards.<br>It is used in Tiberian Sun's [IONBEAM] so the beam draws from the top of the screen to target cell.<br>
Tiled=yes makes the anim "stack" upwards.
In theory, you can see the anim playing from top of the map to the bottom of the map.<br>If <b><u>Tiled=yes</u></b> is used with the SHP turret It will look incredibly funny.<br>[[File:Tiled on SHP turret.png]]
 
==Note==
It is used in Tiberian Sun's [IONBEAM] so the beam draws from the top of the screen to target cell.
*Because this is a tag used for Animation rather than for Particles, it has no effect on the images called by Particles, which is a natural thing.
 
=={{Bugs}}==
In theory, you can see the anim playing from top of the map to the bottom of the map.
*<u><b> [[Animations]]</b></u>are hardcoded to use the <u><b>{{f|AnimPalette|yes|Link}}</b></u> palette Always
 
*This bug has been fixed in [[Phobos]] Build33.
{{Bugs}}
"[https://phobos.readthedocs.io/en/latest/Fixed-or-Improved-Logics.html#bugfixes-and-miscellaneous Animation with Tiled=yes now supports CustomPalette.]"
*<u><b>[[Animations]]</b></u>are hardcoded to use the <u><b>{{f|AnimPalette|yes|Link}}</b></u> palette Always

Latest revision as of 17:59, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Tiled
File(s): Art(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Applicable to: Animations


Tiled=yes makes the anim "stack" upwards.
It is used in Tiberian Sun's [IONBEAM] so the beam draws from the top of the screen to target cell.
In theory, you can see the anim playing from top of the map to the bottom of the map.
If Tiled=yes is used with the SHP turret It will look incredibly funny.
File:Tiled on SHP turret.png

Note

  • Because this is a tag used for Animation rather than for Particles, it has no effect on the images called by Particles, which is a natural thing.

Bugs/Side-Effects/Unexpected Limitations

"Animation with Tiled=yes now supports CustomPalette."