Submit Your Article Modifications Contact Us

Titan Quest


Go Back   Titan Quest Forums > Modding Titan Quest > Modifications and The Editor
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read



If you are having problems logging in, send a mail to webmaster@titanquest.net and we'll try to sort something out.


Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 02-14-2008, 12:39 AM
I_Raps's Avatar
I_Raps
[User Offline]
 
Join Date: Jul 2006
Posts: 2,213
I_Raps is the epitome of generic
Default Re: New Art Manager

The same TextureCompiler.exe tool will convert your tga back to a tex.

Here is a simple one-line batch file I use - I name the tga "target.tga", then rename the resulting "target.tex" back to what it should be.

texturecompiler "target.tga" "target.tex" -format tex
Once you have your new tex, you can put it back into the arc file with ArchiveTool.exe. Here is an example:

@echo off

echo !-------------------------------------------------!
echo !Welcome to Sharks Ultimate Replacer 2.0 !
echo !-------------------------------------------------!

echo -------------------------------------------------
echo Please stand back, or you might get hurt!
echo -------------------------------------------------

md .\pc\female

copy /Y femalepc01_white.tex .\pc\female
copy /Y femalepcskirt01bmp.tex .\pc\female

archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_white.tex" "resources\"
archivetool "resources\creatures.arc" -replace "pc\female\femalepcskirt01bmp.tex" "resources\"

echo -------------------------------------------------
echo Work finished!
echo -------------------------------------------------
echo Application should now be closed.
echo -------------------------------------------------
pause


OR you can simply create the proper folders in C:\Program Files\THQ\Titan Quest Immortal Throne\Database and put the tex's there. See this thread for an example: Skins For Dummies

Last edited by I_Raps; 02-14-2008 at 12:42 AM.
Reply With Quote
  #22 (permalink)  
Old 02-14-2008, 01:14 AM
Black_Widow777
[User Offline]
Traveler
 
Join Date: Feb 2008
Posts: 14
Black_Widow777 is the epitome of generic
Default Re: New Art Manager

When i try to open the "TextureCompiler.exe" program in the THQ file it flashes on the screen and then dissapears. Do i have to open another program to use it or is it stand alone.
Reply With Quote
  #23 (permalink)  
Old 02-14-2008, 01:16 AM
Black_Widow777
[User Offline]
Traveler
 
Join Date: Feb 2008
Posts: 14
Black_Widow777 is the epitome of generic
Default Re: New Art Manager

By the way the "ArchiveTool.exe" does the same thing.?????
Is it a stand alone program????
Reply With Quote
  #24 (permalink)  
Old 02-14-2008, 01:40 AM
I_Raps's Avatar
I_Raps
[User Offline]
 
Join Date: Jul 2006
Posts: 2,213
I_Raps is the epitome of generic
Default Re: New Art Manager

They are both command line programs. You can google that and learn how to run them.

For now, just create two text files, copy in the line (or lines) above, save the files, then rename them to "yourfilenames.bat". Then put the bat files along with your "target.tex" in C:\Program Files\THQ\Titan Quest Immortal Throne and double-click them when you're ready to use them.

Last edited by I_Raps; 02-14-2008 at 01:45 AM.
Reply With Quote
Reply


Thread Tools
Display Modes


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:44 AM.


TitanQuest.net is an Privacy Policy and Legal
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Titan Quest Forums are not affiliated with THQ/Iron Lore.