|
|||||||
If you are having problems logging in, send a mail to webmaster@titanquest.net and we'll try to sort something out.
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
You can add a line in the .bat to make it pause so you can read any error message:
texturecompiler "target.psd" "target.tex" -format tex pause If you copied from my first post, make sure there's no html code that got copied; make sure about the spacing, etc. Your .psd must be named: target.psd ... and it must be in the same folder with the .bat and texturecompiler.exe. Those are the obvious possible glitches. Another possibility is that your .psd file is not saved with the right options. I normally use the .tga format instead because my paint program barely supports .psd. The .tga lets me set options - 24 bits, uncompressed - and forces layers/selections to be merged so you get one layer and one alpha. If you want to try that, save your picture as target.tga and change the .bat to say: texturecompiler "target.tga" "target.tex" -format tex pause [Edit] One other thing - even when it works right, all you get with the original (no pause) .bat is a quick flash. Check your directory and see if there's not a new target.tex file in there. Last edited by I_Raps : 10-14-2007 at 07:17 PM. |
|
||||
|
Right-click on your desktop and choose new/text document.
Type in your command lines just as they appear above. Save the file. Change its name from "new text document.txt" to "whateveryouwant.bat" Move it from the desktop to the TQ program directory. |
|
||||
|
I changed the name from newtextdocument.txt to something.bat
still nothing; target.psd is in the titan quest directory along with something.bat(which still says it is a txt doc even thought the name is changed)
__________________
Last edited by SkarsniK22 : 10-16-2007 at 05:18 PM. |
|
||||
|
That's strange, but someone else had a similar problem. I think your operating system is not setup to allow you to create executables.
Download this and try it (just click the Free button and choose Save). RapidShare: 1-Click Webhosting Put it in the C:\Program Files\THQ\Titan Quest directory along with your .psd and doubleclick it. (I've been assuming all this time that you have Windows. If you have Vista or something else, then I'm in unknown territory). |
|
|||
|
I had a problem using batch programming to convert psd to tex. Though I had to take untraditional methods to resolve it.
The problem was MS-DOS didn't recognize the path to the textureconverter.exe. So I had to guide it to the right path before setting converting my texture to tex. Code:
f: cd games cd Titan Quest Immortal Throne TextureConverter.exe "c:\maleskin.psd" "c:\maleskin.tex" -format dxt3 pause |
![]() |
| Thread Tools | |
| Display Modes | |
|