OPAQue
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=oPAQue |formattype=electronic |subcat=Archiving |extensions={{ext|paq}}, {{ext|pak}} |released=~1996 }} {{DISPLAYTITLE:oPAQue}}'''oPAQue''' (also called '''...") |
|||
Line 7: | Line 7: | ||
}} | }} | ||
{{DISPLAYTITLE:oPAQue}}'''oPAQue''' (also called '''PAQ''') is a compressed archive utility for DOS, and its associated file format. It was developed by Dmitry Dvoinikov, and distributed as freeware. It was originally named '''PAK'''. | {{DISPLAYTITLE:oPAQue}}'''oPAQue''' (also called '''PAQ''') is a compressed archive utility for DOS, and its associated file format. It was developed by Dmitry Dvoinikov, and distributed as freeware. It was originally named '''PAK'''. | ||
+ | |||
+ | == Disambiguation == | ||
+ | Not to be confused with other formats named [[PAQ]] or [[PAK]]. | ||
== Identification == | == Identification == |
Latest revision as of 14:53, 26 May 2021
oPAQue (also called PAQ) is a compressed archive utility for DOS, and its associated file format. It was developed by Dmitry Dvoinikov, and distributed as freeware. It was originally named PAK.
Contents |
[edit] Disambiguation
Not to be confused with other formats named PAQ or PAK.
[edit] Identification
More research needed.
IDArc interprets the first 8 bytes of a file as four 16-bit little-endian integers, adds them together, and identifies it as oPAQue if the low 16 bits of the sum equals 0xaaaa
.
oPAQue files have been observed to start with a0 38 2d 27 26 8c b7 be
, which is consistent with that algorithm (sums to 0x1aaaa
).
But this website reports bc 47 ce 93 40 11 e5 bd
, which does not quite work -- it sums to 0x1aaaf
.