This is the specifications for the archive file which is handled by the
Game Extractor plugin
Archive_FCL.
Endian Order: | Little Endian |
Compression: | ZLib |
Encryption: | None |
This format is used by the following Games:
Lead and Gold: Gangs of the Wild West | *.fcl |
This is the format specification information:
| // HEADER
4 - Number of Blocks
4 - Decompressed Block Size (65536)
// DETAILS DIRECTORY
// for each file
4 - Block Offset
4 - Block Compressed Length (including the field at the end of each file data)
// BLOCK DATA
// for each block
X - Block Data (ZLib Compression)
4 - Decompressed Block Size (65536) |
These are the accompanying notes and further information:
| A single file compressed into blocks of 65536 bytes |
Game Extractor is able to read files of this type, as well as files from thousands of other games. To give it a try, download
Game Extractor (Basic Version) for
free, and see what it can do.
Game Extractor (Full Version) is also able to modify and save files of this type. Visit the
Game Extractor website for more information on this, and the other great features that come with Game Extractor (Full Version).
For further information on this format, refer to the source code on our
GitHub repository.