Allegro packfile
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Game data files |extensions={{ext|dat}} }} '''Allegro''' is a game programming library. The PACKFILE format is a zip-file format co...") |
Revision as of 15:15, 8 October 2016
Allegro is a game programming library. The PACKFILE format is a zip-file format containing the game's assets in a way which allegro can read (normally: bitmaps, run-length-encoded sprites, mod music files from libdumb).
The magic for this file format is slh! (compressed) or slh. (uncompressed).
The allegro library is open source and comes with utility libraries for editing PACKFILEs.
Version 5 of Allegro replaces PACKFILE with standard zip utilities.