Theater
Flag: | Theater |
File(s): | art(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Default: | no |
Applicable to: | TechnoTypes: AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes as well as ObjectTypes: Animations, Projectiles, TMPTiles, OverlayTypes, ParticleSystems, Particles, SmudgeTypes, TerrainTypes and VoxelAnimTypes |
Specifies if an alternate image should be loaded for the object based on the map's theatre. If this is set, the game will discard the SHP extension of the filename and use the same extension this theatre's terrain tiles use. The characters used for each theatre can be found on the Theatres page.
In Red Alert 2/Yuri's Revenge, Theater=yes essentially hardcodes the object to be a terrain object. Ore can spawn and grow in their Foundation range, and they can use the relevant SpawnsTiberium, IsAnimated, AnimationRate, and AnimationProbability flags associated with spawning ore. Furthermore, the game regards them as a 'tree' in terms of pathfinding such that the area in their foundation range becomes unbuildable and impassable to vehicles, but infantry can pass through them. Flags controlling infantry movement through the object, TemperateOccupationBits/SnowOccupationBits, apply. Objects with Theater=yes will furthermore not accept most art flags such as ActiveAnim or Palette.
== ===On Map=== ==
Specifies how this map uses the Theatres pattern, which allows you to change your current theater to the map you want, for example you can change the snow map to a Temperate map without creating a new map (There's only a 50% chance. that can be done Because some maps don't support doing this).
Examples of use:
[Map]
Theater=NEWURBAN
Note
Even though it states that this tag can be used with InfantryTypes Yes, but when I tried it, it didn't work.