ACE
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
(Add information on split archives, and sample files indicating as such. Changed identification to include the hexadecimal format, in addition to ASCII representation.) |
||
(3 intermediate revisions by 3 users not shown) | |||
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 | ||
}} | }} | ||
+ | :''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. | '''ACE''' is a compressed archive format. It was originally developed by Marcel Lemke, later by e-merge GmbH. | ||
Line 11: | 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 21: | Line 25: | ||
* [{{SACFTPURL|pack|ace12b.exe}} ace12b.exe] or [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] - Ace v1.2b (includes UnAce source code) | * [{{SACFTPURL|pack|ace12b.exe}} ace12b.exe] or [{{SACFTPURL|pack|ace12b.zip}} ace12b.zip] - Ace v1.2b (includes UnAce source code) | ||
* [{{SACFTPURL|pack|ace26.exe}} Ace v2.6] | * [{{SACFTPURL|pack|ace26.exe}} Ace v2.6] | ||
− | * [https://packages.debian.org/stable/unace GPL unace | + | * [https://packages.debian.org/stable/unace GPL unace] |
* [[Konvertor]] | * [[Konvertor]] | ||
* [https://pypi.org/project/acefile/ acefile] (Python) | * [https://pypi.org/project/acefile/ acefile] (Python) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{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