mirror of
https://github.com/xavo95/repak.git
synced 2025-01-18 19:04:07 +00:00
Update README
This commit is contained in:
parent
2feadd48c8
commit
bbe33bd033
1 changed files with 25 additions and 19 deletions
14
README.md
14
README.md
|
@ -59,7 +59,7 @@ Unpacked 12345 files to MyEncryptedGame from MyEncryptedGame.pak
|
||||||
## compatibility
|
## compatibility
|
||||||
|
|
||||||
| UE Version | Version | Version Feature | Read | Write |
|
| UE Version | Version | Version Feature | Read | Write |
|
||||||
|------------|---------|-----------------------|--------------------|--------------------|
|
|------------|---------|-----------------------|--------------------|------------------------|
|
||||||
| | 1 | Initial | :grey_question: | :grey_question: |
|
| | 1 | Initial | :grey_question: | :grey_question: |
|
||||||
| 4.0-4.2 | 2 | NoTimestamps | :heavy_check_mark: | :heavy_check_mark: |
|
| 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.3-4.15 | 3 | CompressionEncryption | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
|
@ -69,16 +69,22 @@ Unpacked 12345 files to MyEncryptedGame from MyEncryptedGame.pak
|
||||||
| 4.21 | 7 | EncryptionKeyGuid | :heavy_check_mark: | :heavy_check_mark: |
|
| 4.21 | 7 | EncryptionKeyGuid | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
| 4.22 | 8A | FNameBasedCompression | :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.23-4.24 | 8B | FNameBasedCompression | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
| 4.25 | 9 | FrozenIndex | :heavy_check_mark: | :heavy_check_mark: |
|
| 4.25 | 9 | FrozenIndex | :heavy_check_mark: | :heavy_check_mark:[^1] |
|
||||||
| | 10 | PathHashIndex | :grey_question: | :grey_question: |
|
| | 10 | PathHashIndex | :grey_question: | :grey_question: |
|
||||||
| 4.26-4.27 | 11 | Fnv64BugFix | :heavy_check_mark: | :heavy_check_mark: |
|
| 4.26-4.27 | 11 | Fnv64BugFix | :heavy_check_mark: | :heavy_check_mark: |
|
||||||
|
|
||||||
| Feature | Read | Write |
|
| Feature | Read | Write |
|
||||||
|-----------------|--------------------|-------|
|
|-----------------|--------------------|-----------------|
|
||||||
| Compression | :heavy_check_mark: | :x: |
|
| Compression | :heavy_check_mark: | :wavy_dash:[^2] |
|
||||||
| Encrypted Index | :heavy_check_mark: | :x: |
|
| Encrypted Index | :heavy_check_mark: | :x: |
|
||||||
| Encrypted Data | :heavy_check_mark: | :x: |
|
| Encrypted Data | :heavy_check_mark: | :x: |
|
||||||
|
|
||||||
|
|
||||||
|
[^1]: Except for paks compressed using frozen index which has significant
|
||||||
|
complexity and only existed for UE 4.25 anyway.
|
||||||
|
[^2]: Zlib, Gzip, and Zstd are supported. Not all compression algorithms are
|
||||||
|
available in all games.
|
||||||
|
|
||||||
Supports reading encrypted (both index and/or data) and compressed paks.
|
Supports reading encrypted (both index and/or data) and compressed paks.
|
||||||
Writing does not support compression or encryption yet.
|
Writing does not support compression or encryption yet.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue