Titan Quest


Go Back   Titan Quest Forums > Titan Quest > Modifications and The Editor > Skin Modifications
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
  #1 (permalink)  
Old 08-16-2006, 07:10 PM
Derek Newcastle
[User Offline]
Citizen
 
Join Date: May 2006
Posts: 62
Default Item Textures

Is it possible to change item textures in the main campaign like you can the pc textures?

I'm trying to change the r_shadehelma & bmp textures I put them in thq\titan quest\pc\equipmenthelm and made a new .bat file which I put in the thq\titan quest folder:

archivetool "c:\program files\thq\titan quest\resources\items.arc" -replace "pc\equipmenthelm\r_shadehelma.tex" "c:\program files\thq\titan quest\resources\"
archivetool "c:\program files\thq\titan quest\resources\items.arc" -replace "pc\equipmenthelm\r_shadehelmabmp.tex" "c:\program files\thq\titan quest\resources\"

This worked for pc textures why doesn't it work for item textures?

Edit: I figured it out I needed to erase "pc\" from my .bat files and I needed to make a new folder in C:\program files\THQ\titan quest\equipmenthelm where I put both textures. Yay for me

Last edited by Derek Newcastle : 08-17-2006 at 01:42 AM.
Reply With Quote
  #2 (permalink)  
Old 08-16-2006, 07:31 PM
overneathe
[User Offline]
Warrior
 
Join Date: Aug 2006
Location: Bulgaria
Posts: 118
Default Re: Item Textures

if someone posts a step-by-step giude on looking at/extracting/putting in game items i WILL release a BIG bunch of new item graphix
just pls tell me how to view extract 'em!!
__________________
Reply With Quote
  #3 (permalink)  
Old 08-16-2006, 10:34 PM
Derek Newcastle
[User Offline]
Citizen
 
Join Date: May 2006
Posts: 62
Default Re: Item Textures

Well since I can't change item textures for some reason? It would kinda be like the blind leading the blind, but I guess I can push you in the right direction.

First, you need some type of art tool I downloaded "the gimp" since it was free and a very good art tool.

Second, you need the ARC explorer and the TEX viewer. You can get both at this site http://elrath.com/tqw/wiki/index.php?title=Main_Page

Third, you need to know how to find the exact names of the .tex(s) you want to edit. In this case, at least for me, I used the "art manager" and "the editor".

Forth, you need to know your way around the titan quest folders.

We will be changing the skin texture(s) of the female pc

Step 1: Open the ARC Explorer. File-> Open-> C:\Program Files\THQ\Titan Quest\Resources\Creatures.arc(for pc editing). Once in Creatures.arc on the left hand side is a list of all the creatures in the game including the npc's and pc's. Choose pc\female and a list will pop up on the right hand side. This list has all the tunic dye colored textures and the bmp texture. It also has the meshs which we can't alter yet. To keep it simple just highlight the femalepc01_white.tex 349692 bytes. At the top left corner select "Extract" then just select "Selected file". Save it to the folder of your choice. If you want to do the same thing for femalepc01_whitebmp.tex this is the bmp texture that adds a little depth to the original texture.

Step 2: Open up the Tex viewer. File-> Open-> Then find the file(s) you exported with the ARC explorer. The go to File-> Export then save femalepc01_white.tex as femalepc01_white.tga. We are changing the ending to .tga so that we can re-paint the texture with your art tool in my case "the gimp".

Step 3: Create a folder in your C:\Program Files\THQ\Titan Quest name the file "pc" in the newly created pc file create two new files the first "female" the second "male"

Step 4: This is probable the hardest step. Re-paint the texture with your art tool. When you are all done save the file(s) exactly how you exported the file(s) in this case it will be femalepc01_white.tga Save it to the C:\Program Files\THQ\Titan Quest\pc\female

Step 5: Open up notepad. Lower left hand corner of your screen is the Start button. Go to Start->Programs->Accessories->Notepad In notepad copy this:

texturecompiler "pc\female\femalepc01_white.tga" "pc\female\femalepc01_white.tex" -format .dxt5
texturecompiler "pc\female\femalepcskirt01bmp.tga" "pc\female\femalepcskirt01bmp.tex" -format .dxt5

This should come out as two lines. What it does is changes your modified .tga file(s) to .tex file(s)

Note: If you did not alter femalepcskirt01bmp.tga then go ahead and erase the second line in notepad.

Now name this file(I named it (femaletga->tex.bat)) and at the end of the name add .bat then save it to your C:\Program Files\THQ\Titan Quest folder

Note: you can always go back in and alter the contents of this .bat file.

Open a new notepad and copy and paste this into it:

archivetool "c:\program files\thq\titan quest\resources\creatures.arc" -replace "pc\female\femalepc01_white.tex" "c:\program files\thq\titan quest\resources\"
archivetool "c:\program files\thq\titan quest\resources\creatures.arc" -replace "pc\female\femalepcskirt01bmp.tex" "c:\program files\thq\titan quest\resources\"

Again, erase the second line if you didn't alter femalepcskirt01bmp.tga

Name it and at the end type .bat(I named it(femaletex->game.bat)) then save it into your C:\Program Files\THQ\Titan Quest folder

What this .bat file does is imports your new .tex file(s) back into the game.

Step 6: Go into your C:\Program Files\THQ\Titan Quest folder and double click on your first .bat file(femaletga->tex.bat) a black screen will quickly flash. Now go back to your C:\Program Files\THQ\Titan Quest\pc\female folder and see if a new .tex file(s) where created with the same name(s) as the original except the .tga turned back into .tex Now, go back to C:\Program Files\THQ\Titan Quest and double click on the second .bat file(femaletex->game.bat) again a black screen will quickly flash.

Step 7: Start Titan quest with a female character wearing a white tunic and see your texture changes. Repeat steps 4 and 6 until you get the desired look. You may want to save alternate versions of your new textures. Just name them something else but remember to rename it exactly what it was when you extracted it with the arc explorer before putting it back into the game. I hope I didn't make any errors and I hope this helps.

Last edited by Derek Newcastle : 08-17-2006 at 03:51 AM.
Reply With Quote
  #4 (permalink)  
Old 08-17-2006, 10:50 AM
overneathe
[User Offline]
Warrior
 
Join Date: Aug 2006
Location: Bulgaria
Posts: 118
Default Re: Item Textures

ur a god
except that u truly made this for an idiot
but doesnt matter, i got the stuff i needed, 10q ;]
__________________
Reply With Quote
  #5 (permalink)  
Old 04-30-2008, 06:54 AM
jwhaymon
[User Offline]
Traveler
 
Join Date: Apr 2008
Posts: 7
Default Re: Item Textures

Okay, I am the idiot you are talking about. I have spent the past two days making sure I followed the directions and yet when I open up immortal throne, I see no changes, any ideas why it is not working for me. The only difference in what I did was my game folders are saved on my I:\ drive, but the paths are the same.

Please help!
Reply With Quote
  #6 (permalink)  
Old 06-30-2008, 02:46 AM
Redhunter
[User Offline]
Traveler
 
Join Date: Jun 2008
Posts: 5
Default Re: Item Textures

can you possibly post the exact arc explorer you have and tex viewer you have i can't seem to find one and its driving me crazy!!!!
thanks
Reply With Quote
  #7 (permalink)  
Old 06-30-2008, 04:42 AM
maul's Avatar
maul
[User Offline]
Elemental
 
Join Date: Dec 2006
Location: Gone to the Desert
Posts: 768
Default Re: Item Textures

What is wrong with the search functions

Tex Viewer
Arc Explorer
__________________
Check my
Female Skins,Male Skins

Great Skin Collections
-skins for dummies-, All Skins Mod
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

vB 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 06:35 AM.


Powered by vBulletin® Version 3.6.11
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Titan Quest Forums are not affiliated with THQ/Iron Lore.