Add ACE archive support (read-only, stored entries)#1050
Closed
Add ACE archive support (read-only, stored entries)#1050
Conversation
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for ACE archive format
Add ACE archive support (read-only, stored entries)
Nov 29, 2025
Owner
|
@copilot add ACE 2.0 format reading |
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
Contributor
Author
Added ACE 2.0 format reading support in commit f796aa1. Changes include:
Note: Extraction of compressed entries is still not supported since both ACE 1.0 LZ77 and ACE 2.0 improved LZ77 are proprietary algorithms without public documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for reading ACE archives (version 1.0 and 2.0 formats) as requested in #875. Due to the proprietary nature of ACE compression algorithms, only stored (uncompressed) entries can be extracted.
Changes
AceReader,AceEntry,AceEntryHeader,AceFilePart,AceVolume,AceFactoryAcevalueAceandAce2values for ACE 1.0 and 2.0 compressionAceFactoryregistered for automatic format detection via**ACE**signature at offset 7Usage
Limitations
Read-only (no write support)
Only stored/uncompressed entries extractable
Compressed entries (ACE LZ77 and ACE 2.0 improved LZ77) throw
NotSupportedExceptiondue to proprietary algorithmsNo Archive API (reader-only, like Arj)
Fixes [Feature Request] ACE archive support #875
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.