TERRAIN (TFTD)

From UFOpaedia
Revision as of 01:45, 3 May 2011 by Bomb Bloke (talk | contribs)
Jump to navigation Jump to search

This folder contains the information used for tiles in TFTD's battlescape view, both statistical and graphical.

These are divided up into "sets" made of three files: An MCD file, which defines the tiles for that set, and a PCK file accompanied by a TAB file, which together define the image data that represents said tiles on-screen (note that PCK files always have the same amount of records as their respective TAB files, though MCD files may have a different figure (as some tiles animate and hence use multiple sprites, and some tiles use the same sprites as others but at a different height offset)).

Each "set" stored here will be part of an even larger "terrain set", which will have corresponding files in both the MAPS folder and the ROUTES folder.

The maximum amount of MCD records allowed in any given fully-built map is 256, while the maximum amount of PCK records allowed is as yet unknown.


Contents

The size of an MCD file is equal to the amount of records it holds times 62 bytes.

The size of a TAB file is equal to the amount of images it indexes times 2 bytes.

PCK files contain RLE-compressed image data and are of unpredictable sizes.


Ships

X-COM Craft

Set Number Set Name MCD Records Image Count MCD Filesize PCK Filesize TAB Filesize Overview
0 TRITON 46 70 2,852b 34,211b 140b Triton
1 HAMMER 44 55 2,728b 26,143b 110b Hammerhead
2 LEVIATH 47 50 2,914b 26,071b 100b Leviathan
3 BARRACUD 46 70 2,852b 34,211b 140b Barracuda
4 MANTA 44 55 2,728b 26,143b 110b Manta

Note: The Barracuda and Manta are available only via XcomUtil, and use the same tiles/images as the Triton and Hammerhead respectively.


Alien Craft

Set MCD Records Image Count MCD Filesize PCK Filesize TAB Filesize Overview
UEXT2 9 66 558b 28,501b 132b USO ceilings and exterior walls/doors.
UEXT3 25 25 1,550b 11,859b 50b Additional hull/ceiling tiles.
UINT1 41 46 496b 18,486b 92b Internal walls, stairs and flooring. Contains a cloning unit.
UINT2 11 44 682b 22,193b 88b An implanter, cyro unit, magnetic navigation, ion beam accelerator, learning array, a "target object" and a re-animation tank.
UINT3 14 33 868b 9,812b 66b Another implanter, internal doors.
Totals 100 214 90,851b 48,744b 428b


Terrain

0: Seabed Terrain

  • Internal set name: SEABED
  • X-COM craft support: Yes.
  • Alien craft supported: Yes.
  • Potential maximum MCD record count: 249
  • Potential maximum image count: 409
Set MCD Records Image Count MCD Filesize PCK Filesize TAB Filesize Overview
BLANKS 2 2 124b 576b 4b Burnt ground and out-of-bounds tiles.
SAND 20 22 1,240b 9,730b 44b Vanilla sea floor.
ROCKS 15 17 930b 3,279b 34b Small rocks, a couple of plants.
WEEDS 10 5 620b 1,878b 10b Small plants.
DEBRIS 50 67 3,100b 27,836b 134b Broken and discarded junk. Duplicates much of the SAND set.
UFOBITS 5 12 310b 228b 24b Small bubbles.
Totals 102 125 6,324b 43,527b 250b


1: Research Facility Terrain

  • Internal set name: PIPES
  • X-COM craft support: Yes.
  • Alien craft supported: Yes.
  • Potential maximum MCD record count: 229
  • Potential maximum image count: 416
Set MCD Records Image Count MCD Filesize PCK Filesize TAB Filesize Overview
BLANKS 2 2 124b 576b 4b Burnt ground and out-of-bounds tiles.
SAND 20 22 1,240b 9,730b 44b Vanilla sea floor.
PIPES 55 96 3,410b 40,216b 192b Underwater research lab.
UFOBITS 5 12 310b 228b 24b Small bubbles.
Totals 82 132 5,084b 50,750b 264b


2: Crashed Plane Terrain

  • Internal set name: PLANE
  • X-COM craft support: Yes.
  • Alien craft supported: Yes.
  • Potential maximum MCD record count: 253
  • Potential maximum image count: 400
Set MCD Records Image Count MCD Filesize PCK Filesize TAB Filesize Overview
BLANKS 2 2 124b 576b 4b Burnt ground and out-of-bounds tiles.
SAND 20 22 1,240b 9,730b 44b Vanilla sea floor.
PLANE 79 80 4,898b 36,545b 160b Plane crash site.
UFOBITS 5 12 310b 228b 24b Small bubbles.
Totals 106 116 6,572b 47,079b 232b



Work in progress...

ship mcd 147 ship pck 284

terrain mcd 27 terrain pck 36 mcd size 1674 pck size 10534 tab size 72

See Also