Theatres: Difference between revisions
Adding MIX filenames (yr), reordered theatres as the game does, evil table styles |
m arg, headers |
||
Line 19: | Line 19: | ||
! style="background: #e5e5e5;" | [[Marble madness]] | ! style="background: #e5e5e5;" | [[Marble madness]] | ||
|- | |- | ||
! style="text-align: left;" | Generic | |||
| {{Q}} | | {{Q}} | ||
| {{Y}} | | {{Y}} | ||
Line 28: | Line 28: | ||
| style="text-align: left;" | - | | style="text-align: left;" | - | ||
|- | |- | ||
! style="text-align: left;" | Temperate | |||
| {{Y}} | | {{Y}} | ||
| {{Y}} | | {{Y}} | ||
Line 41: | Line 41: | ||
* ISOTEMMD.MIX | * ISOTEMMD.MIX | ||
|- | |- | ||
! style="text-align: left;" | Snow (arctic) | |||
| {{Y}} | | {{Y}} | ||
| {{Y}} | | {{Y}} | ||
Line 54: | Line 54: | ||
* ISOSNOMD.MIX | * ISOSNOMD.MIX | ||
|- | |- | ||
! style="text-align: left;" | Urban | |||
| {{N}} | | {{N}} | ||
| {{Y}} | | {{Y}} | ||
Line 67: | Line 67: | ||
* ISOURBMD.MIX | * ISOURBMD.MIX | ||
|- | |- | ||
! style="text-align: left;" | Desert | |||
| {{N}} | | {{N}} | ||
| {{N}} | | {{N}} | ||
Line 80: | Line 80: | ||
* ISODESMD.MIX | * ISODESMD.MIX | ||
|- | |- | ||
! style="text-align: left;" | NewUrban | |||
| {{N}} | | {{N}} | ||
| {{N}} | | {{N}} | ||
Line 93: | Line 93: | ||
* ISOUBNMD.MIX | * ISOUBNMD.MIX | ||
|- | |- | ||
! style="text-align: left;" | Lunar | |||
| {{N}} | | {{N}} | ||
| {{N}} | | {{N}} |
Revision as of 12:01, 3 October 2008
The map Theatres assign the tileset that the map uses in game. Various tilesets are available depending on the game you are creating maps for. In TS and RA2 the tile sets are comprised of various TMP files with a theatre specific extension so the same/equivalent tileset can exist in different theatres. These tilesets are made available to the game by the theatre INI files which dictate the number of tiles in a set that the game can see and set over variables regarding the set such as if they can be burrowed into by subterranean units. Some of the theatres' tilesets are expanded in the Terrain Expansion.
Available Theatres
The theatres available depend on the game and expansion pack you are using. The exact theatres that are available are Hardcoded and so you cannot directly create new theatres but must instead add new tiles to the existing ones. In RA2 (probably TS too), alternate theatres are called if the Template:TTL flag is set on buildings' art coding, where the file with g (generic) as a second filename character is called if no appropriate one is found. Files are selected based on their second filename character which matches the first letter of the name listed here.
Theatre | Works in | Template:TTL character |
Tile Filetypes | MIX files used (for YR) | |||
---|---|---|---|---|---|---|---|
TS | RA2 | YR | Normal | Marble madness | |||
Generic | G | - | - | - | |||
Temperate | T | TEM | MMT |
| |||
Snow (arctic) | A | SNO | MMS |
| |||
Urban | U | URB | MMU |
| |||
Desert | D | DES | MMD |
| |||
NewUrban | N | UBN | MMT |
| |||
Lunar | L | LUN | MML |
|