Modifications
Titan Quest - Powered by vBulletin
Results 1 to 9 of 9

Thread: .tex converting

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    7

    .tex converting

    i sucessed .tex to .dds and post it.
    Attached Images Attached Images

  2. #2
    Junior Member
    Join Date
    Jul 2006
    Posts
    6
    Could you tell us how you do ?

  3. #3
    Junior Member
    Join Date
    Jul 2006
    Posts
    7
    http://www.titanquest.net/modificati...x-now-but.html

    1. delete first 12 bytes . not zeroing....
    2. replace 4th byte to 20h
    3. rename *.tex to *.dds

    and open file to photoshop (dds plug-in installed)

    posted texture file is female main skin texture.
    i try to replace this txture to another color texture file.

  4. #4
    Hey, great! The texture looks a bit chaotic in pic though.
    Rival, destruction, ruin and decay, the worst is death and death will have his day.

  5. #5
    Junior Member
    Join Date
    Jul 2006
    Posts
    6
    No size probleme endly ?

  6. #6
    Is that the full texture? The reason I ask is because the face is fully visible in what appears to be the mip maps, but seems cut off in the full resolution part(ie: the bottom) of the texture.

  7. #7
    Lead Engine Programmer - Iron Lore Entertainment Max's Avatar
    Join Date
    Feb 2006
    Posts
    314
    This won't work perfectly. The 4th byte (actually the 16th byte in the file) indicates whether or not the mip maps are in the reverse order that they would normally appear in a DDS format texture (for most textures they are reversed to speed up loading when the texture quality is reduced).

    If it's 'R' then the mip maps are reversed. If it's ' ' then they're not. Hope that's helpful to anyone want to create a tool to convert from TEX to some other format.

    Max

  8. #8
    Lead Engine Programmer - Iron Lore Entertainment Max's Avatar
    Join Date
    Feb 2006
    Posts
    314
    I noticed this is linked in the Modding Guide 101, so I figured I should post an update.

    I released a tool which can be downloaded here that does the conversion from TEX to various standard formats, so you don't need to change bytes or delete stuff or anything like that. Hope that helps.

    Max

  9. #9
    hmm, well if there's one thing that i do really well (after years of Freespace 2 modding) its taking textures, and making better looking textures out of them (although here i doubt i'll need to make the image 8 times larger). there's something fun about taking a blurry, color artifacted 256x256 .pcx file and making it into a nice, sharp, detailed 1024x1024 .dds texture. too bad we ran out of ships...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •