The VG Resource
.ddspvr Files - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Textures Resource (https://www.vg-resource.com/forum-113.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-117.html)
+---- Thread: .ddspvr Files (/thread-29597.html)



.ddspvr Files - SuperTVGRFan18496 - 07-22-2016

you need convert .ddspvr to .png files
https://mega.nz/#!Hl8CkbyA!1AJXCGJf3fPY0xnNcz3xabyjmW849Nii3vjgcf0pJos


RE: .ddspvr Files - OS-PRIME - 07-31-2016

(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.


RE: .ddspvr Files - xdaniel - 08-10-2016

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




RE: .ddspvr Files - SuperTVGRFan18496 - 08-12-2016

(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.