Switch-Toolbox/Switch_Toolbox_Library/Compression/Formats
DanielSvoboda 1306a91050
ADD - LZ77(Wii type 11) Compression (#604)
This pull request adds the ability to compress files to the .lz format of type 11 for Wii.
This functionality has been enabled in the Tools > Compressions > LZ77(Wii type 11) > Compress tab.
It has been successfully tested with the game Paper Mario: Color Splash for the Wii U.
It is important to note that this is a modified version of dsdecmp.

Also changed was the SaveFileForCompression method to remove the file extension when decompressing files with multiple extensions. Previously, the method would add a ".dec" extension to the file name when decompressing it. With this change, the method now removes the original file extension when decompressing a file with multiple extensions. These changes should improve the usability of the SaveFileForCompression method by ensuring that decompressed files with multiple extensions are saved with the correct file name.
2023-05-22 17:06:49 -04:00
..
BPE.cs Update more files 2020-01-14 20:43:36 -05:00
Gzip.cs Leave stream open for gzip streams 2019-09-27 20:09:55 -04:00
lz4.cs More improvements. 2019-09-15 19:13:01 -04:00
LZ4F.cs Kirby and the Forgotten Land ZSTD support (#463) 2022-03-08 19:24:34 -05:00
LZ77.cs ADD - LZ77(Wii type 11) Compression (#604) 2023-05-22 17:06:49 -04:00
LZMA.cs Add LZMA settings dialog 2019-09-22 14:46:57 -04:00
LZSS.cs Quick fix for LZSS 2022-10-27 16:05:44 -04:00
MIO0.cs More improvements. 2019-09-15 19:13:01 -04:00
MtaCustomCmp.cs Fix build errors 2019-09-17 19:30:07 -04:00
Yay0.cs Convert triangle strip primitive types for DAE. 2019-11-16 14:08:27 -05:00
Yaz0.cs Revert yaz0 compressor temporarily till I fix some bugs 2019-12-27 17:00:41 -05:00
ZCMP.cs More improvements. 2019-09-15 19:13:01 -04:00
Zlib.cs Start to add more progress on cmb saving 2019-11-10 16:24:54 -05:00
ZlibGZ.cs More improvements. 2019-09-15 19:13:01 -04:00
Zstb.cs Add latest code 2023-05-21 13:17:25 -04:00
Zstb_Kirby.cs Kirby and the Forgotten Land ZSTD support (#463) 2022-03-08 19:24:34 -05:00