PDA

View Full Version : Please Help with Custom Texture



Amadeus
07-27-2006, 10:27 PM
I need some help importing a custom female texture into the game. I know most of you will probably tell me to go read the sticky or the tutorial. I have done that and was not able to figure anything out.

Heres where Im at: I used the Texsture Viewer to save out Shark's female nude texture as a .psd. Then edited it in photoshop. Then saved it out as a .tga.

How do I convert into a .tex???

This is what the Sticky said:
26. How to properly compress TEX files (for DXT format) -
When using the TextureCompiler from Ironlore, the proper syntax is:
texturecompiler "filename.psd" "filename.tex" -format X
Replace X with either dxt1, dxt2, dxt3, dxt5, tex. (These MUST be in lower case, dxt3 and dxt5 are the most frequent settings.)

I don't get what Im supposed to do and the texture compiler just disappears everytime I try to launch it.

Any help is appreciated

Onofre
07-28-2006, 08:34 AM
Create a text file with the follwing line in your Titan Quest directory, change it to .bat, and run it:

texturecompiler "pc\female\femalepc01_gold.tga" "pc\female\femalepc01_gold.tex" -format .tex

this is assuming that you're using a file named "femalepc01_gold.tga" in a \pc\female subdirectory. Change the file name as needed. Hope that clears it up a bit.

Amadeus
07-30-2006, 04:08 PM
Thanks so much Onofre! That totally did the trick.

Cervantes
10-04-2006, 05:57 AM
sorry to bother... stupid question maybe but,
"How do I change a ".txt" file to a ".bat" file?

zax
10-05-2006, 08:43 PM
sorry to bother... stupid question maybe but,
"How do I change a ".txt" file to a ".bat" file?
Rename it - File.txt to File.bat

Cervantes
10-06-2006, 02:31 AM
Thank you zax,
after I posted, I realised that it that simple
thank you anyway