The VG Resource

Full Version: .ddspvr Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
you need convert .ddspvr to .png files
https://mega.nz/#!Hl8CkbyA!1AJXCGJf3fPY0...vjgcf0pJos
(07-28-2016, 08:19 PM)SuperTVGRFan18496 Wrote: [ -> ]HELP ME!!!

By bumping threads with something like "HELP ME", you're not going to get people to help you. They'll just ignore you and view you as a pest.
I told you this before, we have a requests section for a reason.
Also, file has DDS as a header. Might be some weird format of .DDS, but I'm not entirly sure. Try cheating by using something to turn raw data into an image.
DDS files with PVR-compressed image data instead of DXTx or whatever; added some support for these to Scarlet (my image conversion library thingies), tho it might not convert all PVR-DDS files you throw at it correctly. Latest build of the whole thing here: https://github.com/xdanieldzd/Scarlet/releases

(08-10-2016, 10:35 AM)xdaniel Wrote: [ -> ]DDS files with PVR-compressed image data instead of DXTx or whatever; added some support for these to Scarlet (my image conversion library thingies), tho it might not convert all PVR-DDS files you throw at it correctly. Latest build of the whole thing here:  https://github.com/xdanieldzd/Scarlet/releases


wow, thanks.