Texture Extractor for windows
#1
When i written the notepad++ plugin for skinning xbmc. I incorporated a texture extractor in the plugin. Some people requested a standalone version of this extractor and so i did it.
The way it works is kinda simple.
The extractor is using direct3d to save the texture into a file.

Usage:
from a command prompt you only have to give your texture file and the output folder
example: XbmcTextureExtractor2.exe "c:\texturetoextract.xbt" "c:\outputfolder"

http://www.multiupload.nl/IB7D05DJXO new version without dependency bug
It has the same dependency xbmc has. Which mean directx redistribuable and visual studio 2010 redistribuable

This can be easily converted to be able to handle linux or macosx but i wont be the one doing it since im not using ether one of them.
I only tested with aeon and i didn't ran into any bugs, so if someone find a bug just let me know ill fix it
Reply


Messages In This Thread
Texture Extractor for windows - by tiben20 - 2013-12-04, 03:26
RE: Texture Extractor for windows - by manray - 2014-11-13, 17:41
Logout Mark Read Team Forum Stats Members Help
Texture Extractor for windows2