wabbajack/Compression.BSA
Justin Swanson 5db84a6ee6 Replaced all File.OpenWrite calls /w .Open(FileMode.Create)
File.OpenWrite is equivalent to FileMode.OpenOrCreate, which caused errors when replacing a file that was larger previously
2020-01-18 14:52:09 -06:00
..
BA2Builder.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
BA2Reader.cs Simplified names in BSA2Reader nad ModListMetadata 2019-11-21 16:06:17 +01:00
BSABuilder.cs Replaced all File.OpenWrite calls /w .Open(FileMode.Create) 2020-01-18 14:52:09 -06:00
BSADispatch.cs Compiles, working through the tests 2019-11-15 17:01:37 -07:00
BSAReader.cs Compiles, working through the tests 2019-11-15 17:01:37 -07:00
Compression.BSA.csproj Index all archives from all modlists 2020-01-10 06:16:41 -07:00
DDS.cs Compiles, working through the tests 2019-11-15 17:01:37 -07:00
IBSAReader.cs Compiles, working through the tests 2019-11-15 17:01:37 -07:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
Utils.cs Index all archives from all modlists 2020-01-10 06:16:41 -07:00

Compression.BSA

BSA Compression gets it's own project to remove cluttering.