View Single Post
07-17-12, 09:58 PM   #12
Gregity
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 54
Done Deal!

Blacknight suggested the console and then XnView.

I finally got the console figured out (Sorry, Miru, didn't see your post in time) and got a complete export of the art and code.

From there I used XnView's nConvert program with the following from a command line:
Code:
for /R %I in (*.*) do "E:\Program Files\XnView\nconvert.exe" -out png -o "$%.png" "%I"
To use that command, open a command window and position on the Interface folder, paste, press enter.

It runs a while but created .png's of every .blp file in the folders. Then, use windows search in that same folder for *.png and set the view to tiles. Presto! Every file in a small window to browse.

Thanks again everyone!
-g

Last edited by Gregity : 07-17-12 at 09:59 PM. Reason: it's code, not cod...
  Reply With Quote