Batch rips textures and images from Destiny 2 versions 1.0.0.1 and up
Requires Sarge, DestinyUnpackerCPP, and Boost to build.
Tool requires Windows 64-bit and a Destiny 2 installation from version 3.0.0.1 (Beyond Light) to 4.0.0.1 (The Witch Queen)
You also need to copy "oo2core_9_win64.dll" from your Destiny 2/bin directory to where you put the exe.
For pre-beyond light you need to copy the "oo2core_3_win64.dll" from that version's installation folder
The tool is used via the command line: D2TextureRipper.exe -p "D:/Backups/BL-Dec7/packages" -o "D:/Images/0311" -i 0311
Required command line arguments are: -p, -o and -i (or -f).
- -p [packages path]: Packages path for Destiny 2 Beyond Light. An example would be: D:/Backups/BL-Dec7/packages"
- -o [output path]: Path where you want the images to go.
- -i [package id]: Package id that you want the images from. For the package "w64_investment_globals_0342_9", the package id would be 0342.
- -v [version]: The version you want to extract from. Currently only valid flag is "prebl", without the flag it defaults to post-bl.
- -f : Extract images from every package in the packages path you specify.