Skip to content

3.5.0.0

Compare
Choose a tag to compare
@halgari halgari released this 15 Jan 23:49
· 84 commits to main since this release

Version - 3.5.0.0 - 1/15/2024

  • Fixed a long standing bug with the BSA reader. This problem has existed for at least 4 years, but was never seen
    till now. The latest Skyrim updates exposed the error. If a file inside a BSA was compressed and the compressed file
    size was exactly the same as the uncompressed file, WJ would not decompress the file and instead write out the raw
    LZ4 data. This would caus a ton of issues all throughout the app.
  • Modlist Authors: Delete your VFS cache, hash cache, and recompile your list from scratch. This will ensure that all
    files are properly decompressed and properly reindexed.