CASCExtractor
CASCExtractor copied to clipboard
A command-line tool to extract files from CASC storages
I am getting folders containing slashes in their names. I think it might be something with APFS on macOS.  I tried in Docker (on my Mac as well) but...
Warcraft 3 has started using Casc. I can see that CascLib has been updated to support it: https://github.com/ladislav-zezula/CascLib/blob/master/src/CascFiles.cpp#L465 Is there any chance you might update the CASCExtractor to work with...
Hello there, I am really trying to export some sounds from SC2, but it doesn't seems to work. I got this when i try: ./CASCExtractor /Applications/StarCraft\ II/SC2Data *.M2 Opening '/Applications/StarCraft...
I did the following: ``` CASCExtractor -o out "/usr/share/sc2/SC2Data/" "Assets/Buildings/Terran/Barracks/Barracks.m3" ``` Which gave me this output: ``` Opening '/usr/share/sc2/SC2Data'... CASCExtractor: /compile/CascLib/src/CascBuildCfg.cpp:493: int GetGameType(TCascStorage*, LPBYTE, LPBYTE): Assertion `false' failed. Aborted ```...