This is a modified version of scanti's texture tool to work with .cvbm_pc and gvbm_pc textures extracted from the Saints Row Reboot
I have spent the last couple days trying to get the source code for scanti's saints row 3 texture tool decoding the new file format for the textures in Saints Row Reboot. I was able to build a version that will extract most of the textures in the new game. However, while TextureEnum's 413 and 415 appear to be S3TC compression, I'm not 100% sure which one. I have them set to BC5_UNORM for now, but those two might change later (they're viewable, but might create problems when repacked, I'm still working on the repacker).
Otherwise the usage is exactly the same as the original tool here:
To unpack a texture file:
SRRUnpackTextures [optional parameters] <filename>.cvbm_pc>
You need to have the corresponding <filename>.gvbm_pc file in the same directory.
And of course 100% thank you to scanti for actually writing this tool!
I have spent the last couple days trying to get the source code for scanti's saints row 3 texture tool decoding the new file format for the textures in Saints Row Reboot. I was able to build a version that will extract most of the textures in the new game. However, while TextureEnum's 413 and 415 appear to be S3TC compression, I'm not 100% sure which one. I have them set to BC5_UNORM for now, but those two might change later (they're viewable, but might create problems when repacked, I'm still working on the repacker).
Otherwise the usage is exactly the same as the original tool here:
SR3 Texture Utilities
I've been working on the Saints Row 3 texture files and I've finally thrown together a utility to unpack the texture data files. I haven't written the program to repackage the textures (there is still one flag I can't decode) however I am working on it. For those of you that like that sort...
www.saintsrowmods.com
To unpack a texture file:
SRRUnpackTextures [optional parameters] <filename>.cvbm_pc>
You need to have the corresponding <filename>.gvbm_pc file in the same directory.
And of course 100% thank you to scanti for actually writing this tool!