mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
Update compatibility table
This commit is contained in:
parent
159eb32134
commit
5bec080261
1 changed files with 18 additions and 13 deletions
31
README.md
31
README.md
|
@ -6,19 +6,24 @@ fork of https://github.com/bananaturtlesandwich/unpak
|
|||
|
||||
| UE Version | Version | Version Feature | Read | Write |
|
||||
|------------|---------|-----------------------|--------------------|--------------------|
|
||||
| | 1 | Initial | :grey_question: | :x: |
|
||||
| 4.0-4.2 | 2 | NoTimestamps | :heavy_check_mark: | :x: |
|
||||
| 4.3-4.15 | 3 | CompressionEncryption | :heavy_check_mark: | :x: |
|
||||
| 4.16-4.19 | 4 | IndexEncryption | :heavy_check_mark: | :x: |
|
||||
| 4.20 | 5 | RelativeChunkOffsets | :heavy_check_mark: | :x: |
|
||||
| | 6 | DeleteRecords | :grey_question: | :x: |
|
||||
| 4.21 | 7 | EncryptionKeyGuid | :heavy_check_mark: | :x: |
|
||||
| 4.22 | 8A | FNameBasedCompression | :heavy_check_mark: | :x: |
|
||||
| | 1 | Initial | :grey_question: | :grey_question: |
|
||||
| 4.0-4.2 | 2 | NoTimestamps | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.3-4.15 | 3 | CompressionEncryption | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.16-4.19 | 4 | IndexEncryption | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.20 | 5 | RelativeChunkOffsets | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| | 6 | DeleteRecords | :grey_question: | :grey_question: |
|
||||
| 4.21 | 7 | EncryptionKeyGuid | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.22 | 8A | FNameBasedCompression | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.23-4.24 | 8B | FNameBasedCompression | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| 4.25 | 9 | FrozenIndex | :heavy_check_mark: | :x: |
|
||||
| | 10 | PathHashIndex | :grey_question: | :x: |
|
||||
| 4.26-4.27 | 11 | Fnv64BugFix | :heavy_check_mark: | :x: |
|
||||
| 4.25 | 9 | FrozenIndex | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| | 10 | PathHashIndex | :grey_question: | :grey_question: |
|
||||
| 4.26-4.27 | 11 | Fnv64BugFix | :heavy_check_mark: | :heavy_check_mark: |
|
||||
|
||||
| Feature | Read | Write |
|
||||
|-----------------|--------------------|-------|
|
||||
| Compression | :heavy_check_mark: | :x: |
|
||||
| Encrypted Index | :heavy_check_mark: | :x: |
|
||||
| Encrypted Data | :heavy_check_mark: | :x: |
|
||||
|
||||
Supports reading encrypted (both index and/or data) and compressed paks.
|
||||
Writing is still a work in progress, but is functional enough for most recent
|
||||
Unreal Engine versions.
|
||||
Writing does not support compression or encryption yet.
|
||||
|
|
Loading…
Reference in a new issue