====== DCX ====== DCX is a general-purpose single compressed file wrapper used throughout all of FromSoftware's games. ===== Handling ===== To decompress a file compressed with a DCX wrapper, you should use [[https://github.com/ividyon/WitchyBND/releases | WitchyBND]]. ===== Compression Types ===== ^ Compression Type ^ Description ^ | EDGE | The DCX compression format used for Demon's Souls. | | Deflate | The DCX compression format used for Dark Souls 1, 2, 3 and Bloodborne | | KRAK | The DCX compression format used for Sekiro and Elden Ring. | | KRAK (Max) | The DCX compression format used for Armored Core VI. | | ZSTD | The DCX compression format used for Elden Ring post Shadow of the Erdtree. |