Page 1 of 1

Viewer/exporter for dds files using BC5U

Posted: Sat May 07, 2016 5:18 pm
by artworkplay
Hi all, could anyone suggest a suitable viewer/exporter for normal maps in dds format using BC5U? I've tried Photoshop, NVIDIA tools and even Noesis (unless there was an update these past few weeks) nothing could open the image properly.

Re: Viewer/exporter for dds files using BC5U

Posted: Sat May 07, 2016 6:46 pm
by Acewell
You got any samples? (:
BC5U is just ATI2 from what i understand reading this post
http://niftools.sourceforge.net/forum/v ... 316#p31956

there is some brief discussion here too
viewtopic.php?p=112390#p112390
Noesis supports it and i tried to write a script that works with the samples from that thread but the native dds reader overrides my script and type check unless you change the extension and magic of the file which kind of defeats the purpose of using the script. i would rather the user not have to edit anything. :(

BCn app support
https://github.com/GameTechDev/Intel-Te ... pp-Support

Re: Viewer/exporter for dds files using BC5U

Posted: Sat May 07, 2016 10:24 pm
by artworkplay
AceWell wrote:You got any samples? (:
BC5U is just ATI2 from what i understand reading this post
http://niftools.sourceforge.net/forum/v ... 316#p31956

there is some brief discussion here too
viewtopic.php?p=112390#p112390
Noesis supports it and i tried to write a script that works with the samples from that thread but the native dds reader overrides my script and type check unless you change the extension and magic of the file which kind of defeats the purpose of using the script. i would rather the user not have to edit anything. :(

BCn app support
https://github.com/GameTechDev/Intel-Te ... pp-Support
Thanks! The dds file was actually output image when exported from openiv... I just found out the tool itself had the workaround I needed, export the image as png instead of dds and use Noesis to convert from png to editable tga.