Please create an account or Login! Have fun!
PAK: Difference between revisions
Jump to navigation
Jump to search
Tylersontag (talk | contribs) mNo edit summary |
m (spacing) |
||
Line 9: | Line 9: | ||
==External Links== | ==External Links== | ||
[http://www.seasip.info/ccdos.html Explanation of the .PAK format] | * [http://www.seasip.info/ccdos.html Explanation of the .PAK format] | ||
{{stub}} | {{stub}} |
Latest revision as of 01:35, 29 April 2021
A PAK file is the data format used by the original Lynx ROM and several ports (the extension .pak is used by the DOS port) to store a single level. It can only contain level data conforming to the Lynx Ruleset.
In the DOS port, each level is stored as a separate .PAK file. In the Spectrum and Amstrad CPC ports, each level file contains up to eight PAK-format levels.
C4 can convert levels between DAT format and PAK format.
Unlike DAT, the PAK format uses a compression system to reduce level size. Programs that manipulate PAK files must expand them before editing them, and compress them when saving.