Return to Website

MWGraphics Forum

none

MWGraphics Forum
Start a New Topic 
Author
Comment
Thanks and a request.

First can I thank you for your very useful dxtbmp program. My request is if you could create a utility to manipulate and convert the oddball .TEX image files that Titan Quest uses? I've found one very limited utility for this but it only handles one file at a time and is restricted in the formats it converts to. The following link will take you to util I found. http://titanquestvault.ign.com/View.php?view=ToolsandEditors.Detail&id=2. I hope you can help me with this. Many thanks anyway if you can't.

Re: Thanks and a request.

I`m always on the lookout for new formats to add to my general code.
Usually I will need a selection of example files to look out so I can see if I can decode the format. Often you will find the actual format is something more well known. Many supposedly custom game formats turn out to be standard DDS in a custom wrapper or with extra data included. Even where the format is truly custom it will usually store the actual image data in standard 16 bit, 32 bit or DXT.

If you have a few files you could send me (or point me at on the web) I can take a look