ACE
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
(Add information on split archives, and sample files indicating as such. Changed identification to include the hexadecimal format, in addition to ASCII representation.) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Archiving | |subcat=Archiving | ||
− | |extensions={{ext|ace}} | + | |extensions={{ext|ace}}, {{ext|cxx}} |
|wikidata={{wikidata|Q288256}} | |wikidata={{wikidata|Q288256}} | ||
|released=1997 | |released=1997 | ||
Line 13: | Line 13: | ||
Version 2 of the format introduced new compression schemes that are not supported by all ACE decompression software. | Version 2 of the format introduced new compression schemes that are not supported by all ACE decompression software. | ||
+ | |||
+ | Split archives typically contains the extension <code>.c<num><num></code>, where <code><num></code> is an integer that starts from <code>01</code>, e.g. <code>.c01</code>. | ||
== Identification == | == Identification == | ||
− | Files have | + | Files have {{magic|2a 2a 41 43 45 2a 2a}} which corresponds to the ASCII "**ACE**" at offset 7. |
== Specifications == | == Specifications == | ||
Line 29: | Line 31: | ||
== Sample files == | == Sample files == | ||
* {{DexvertSamples|archive/ace}} | * {{DexvertSamples|archive/ace}} | ||
+ | * [https://discmaster.textfiles.com/search?mode=deep&family=archive&format=ace Search results of all files that matches the family "archive" and has "ace" as format - Discmaster.textfiles.com] | ||
== Links == | == Links == |
Latest revision as of 01:47, 11 August 2025
- For another "Ace" format, see Ace Film.
ACE is a compressed archive format. It was originally developed by Marcel Lemke, later by e-merge GmbH.
Related software includes Ace (for DOS, OS/2, and Windows console), UnAce, WinAce, XAce Plus, MacUnace, UnACE.DLL, ActiveACE, ACE Compression Library (ACL). At least one version of UnAce is open source.
Version 2 of the format introduced new compression schemes that are not supported by all ACE decompression software.
Split archives typically contains the extension .c<num><num>
, where <num>
is an integer that starts from 01
, e.g. .c01
.
Contents |
[edit] Identification
Files have 2a 2a 41 43 45 2a 2a
which corresponds to the ASCII "**ACE**" at offset 7.
[edit] Specifications
- ace12b.zip → TECHNOTE.DOC
[edit] Software
- ace12b.exe or ace12b.zip - Ace v1.2b (includes UnAce source code)
- Ace v2.6
- GPL unace
- Konvertor
- acefile (Python)
[edit] Sample files
- dexvert samples — archive/ace
- Search results of all files that matches the family "archive" and has "ace" as format - Discmaster.textfiles.com