A simple python script that exports texture files from Saints Row reboot to .DDS format.
Make sure .cvbm_pc and .gvbm_pc, (and gvbh_pc if it exists - this is where the highest texture quality is stored) are in the same folder before running.
* Drag and drop any of the texture files to the folder,
* Double click on the script to auto export all files in the root folder of it
* Use command prompt
Arguments if running through command prompt
Make sure .cvbm_pc and .gvbm_pc, (and gvbh_pc if it exists - this is where the highest texture quality is stored) are in the same folder before running.
REQUIRES
Python 3.6 or higher to runHOW TO USE
You can:* Drag and drop any of the texture files to the folder,
* Double click on the script to auto export all files in the root folder of it
* Use command prompt
Code:
SRRTextureExporter_v3.1.py "file.gvbm_pc"
Code:
--format BC1/BC3/BC5/BC7 - forces specific DDS format to be used when autodetection fails (use this if the file comes out looking corrupted)
--no-mips - exports only the top mipmap level
THANKS TO
Moff's SRTTR Texture unpacker scriptAttachments
Last edited: