This space is reserved for the specification of the Tennix Archive Format. The current version of this archive format is 1.0.
thpinfo.com/2009/tennix/afmtxor'ed with the key byte from the headerxor'ed with the key byte from the item header dataThis file format is used by Tennix to put all resources (graphics, sounds, etc..) into a single container file that can be shipped alongside the executable. In case the code changes, but the data stays the same, only the (relatively small) executable file has to be exchanged. A bit of obfuscation is added to make the data appear as a single blob and prevent normal applications from interpreting this file in a wrong way. The process for opening and writing Tennix Archive Format-encoded files is described in the reference implementation below.
The reference implementation is available in the Tennix Git repository and source tarballs of versions that include support for the Tennix Archive Format. It is also placed here in case you need it (be aware that the version in the Tennix repository might be more up-to-date than this local copy here):