PAK (ARC extension)
Line 16: | Line 16: | ||
See [[PAK]] for more formats named PAK. | See [[PAK]] for more formats named PAK. | ||
− | == Compression methods == | + | == Format details == |
+ | |||
+ | === Compression methods === | ||
ARC compression methods unique to PAK: | ARC compression methods unique to PAK: | ||
Line 28: | Line 30: | ||
For other ARC compression methods, see [[ARC (compression format)#Compression methods]]. | For other ARC compression methods, see [[ARC (compression format)#Compression methods]]. | ||
+ | |||
+ | == Self-extracting archives == | ||
+ | All versions of PAK and GSARC can create self-extracting [[MS-DOS EXE|EXE]] archives, either with the <code>/EXE</code> option, or the included EXEMAKE.EXE utility. The original distribution files (e.g. PAK251.EXE) use this format. | ||
+ | |||
+ | Such archives contain an embedded PAK file, with apparently one special case: PAK v1.6 (and only that version) when the file includes remarks (comments). In that case, the remarks are interleaved with the member files in a way that is not normal for PAK format. | ||
== Specifications == | == Specifications == | ||
Line 45: | Line 52: | ||
== Sample files == | == Sample files == | ||
* {{CdTextfiles|carousel/ATARI/ARC2PAK1.PAK|ARC2PAK1.PAK}} | * {{CdTextfiles|carousel/ATARI/ARC2PAK1.PAK|ARC2PAK1.PAK}} | ||
+ | * [{{SACFTPURL|utiltext|asa57.zip}} asa57.zip] → ASA57U.EXE - Example of a self-extracting PAK archive |
Revision as of 15:14, 10 July 2022
PAK is a DOS utility for managing compressed archive files, developed by NoGate Consulting. It is also the name of one of the file formats it supports: .PAK format.
PAK format is an extension of ARC format. The differences are that it may use some PAK-specific compression methods (see below), and that it has some features made possible by "extended records" stored after the end-of-archive marker.
PAK was originally named GSARC (and used filename extension .ARC), but was quickly renamed to PAK (and the default extension changed to .PAK).
See ARC for more information relevant to PAK format. See also SDN (SDN Project).
Contents |
Disambiguation
See PAK for more formats named PAK.
Format details
Compression methods
ARC compression methods unique to PAK:
ID | Name | Description and remarks |
---|---|---|
10 | Crushed | RLE90 + LZW (or LZMW?) |
11 | Distilled | LZ77 + static Huffman coding. Introduced in PAK v2.0. |
For other ARC compression methods, see ARC (compression format)#Compression methods.
Self-extracting archives
All versions of PAK and GSARC can create self-extracting EXE archives, either with the /EXE
option, or the included EXEMAKE.EXE utility. The original distribution files (e.g. PAK251.EXE) use this format.
Such archives contain an embedded PAK file, with apparently one special case: PAK v1.6 (and only that version) when the file includes remarks (comments). In that case, the remarks are interleaved with the member files in a way that is not normal for PAK format.
Specifications
The PAK.DOC file contained in the v2.51 distribution includes basic information about .PAK/.ARC format, including the extended records. It does not document the compression schemes in detail.
Software
- GSARC v1.0 (1988-10-13) (DOS binary)
- PAK (DOS binaries)
- The Unarchiver - Supports the PAK-specific compression schemes
Sample files
- ARC2PAK1.PAK
- asa57.zip → ASA57U.EXE - Example of a self-extracting PAK archive