Extract content from Helldivers 2.
-
Hash strings for figuring out file matches.
-
Extract content from container files.
-
Crash on unexpected things. If it’s not a bug for Bethesda or Ubisoft, it’s not a bug here either.
hellextractor extract "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -o output "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -o output -d "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"
hellextractor extract -f ".*\.texture$" -o output -t types.txt -n files.txt -s strings.txt "C:/Program Files (x86)/Steam/steamapps/common/Helldivers 2/data"