You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Double check cross platform compatibility for the ZLib implementation - windows & linux
Confirm SystemFile versioning
Verify if archive-group is required and if so, the format - it is still optional, will implement if this changes
Add file-index-size and archives-index-size (what is this?) - size of index file works but isn't right
Implement Index checksums (how is this calculated?)
Patch write support (is this even needed?)
Use CDNConfig Path variable to support non-tpr/wow directory structures (refactored so this isn't necessary, TACTRepo should now point to the root folder)
Add Ribbit server support (optional).
The text was updated successfully, but these errors were encountered:
archives-index-size is the length of the .index files. file-index-size is almost the same as archives-index-size but is the total size of the loose index files combined into 1 file.
archive-group
is required and if so, the format - it is still optional, will implement if this changesfile-index-size
andarchives-index-size
(what is this?) - size of index file works but isn't rightPath
variable to support non-tpr/wow
directory structures (refactored so this isn't necessary, TACTRepo should now point to the root folder)The text was updated successfully, but these errors were encountered: