You will have to test it. You can selectively download a torrent.
EDIT: I will see if I can make an update.
EDIT: Well the archive contains everything and it requires a whole new download. I still havent figured out how to unpack it.
TrueVision X-File.
Edit: Apparently someone else thought this not enough. All images in the game are TGAs and they're easily extracted, the specification is public.
Edit AGAIN: ...Okay so even that wasn't enough so here is how to parse the archives:
Archive: [Header, Table Entry(s), File(s)]
Header:
4 Bytes: 41 48 46 53 76 "AHFS"
4 Bytes: Unsigned Big Endian Int32 "Number of Entries"
4 Bytes: Unsigned Big Endian Int32 "Table End"
Note***: Wondering if it is an Entry Count or the Size of the FILE URI STRING(s) including or excluding the 9 bytes per entry.
Table Entry:
N Bytes: FILE URI STRING
1 Byte: Null Byte
4 Bytes: Unsigned Big Endian Int32 "File Length"
4 Bytes: Unsigned Big Endian Int32 "(From Table End) File Offset"
FILE(s):
0 Byte Aligned, No Padding