Thread: Item Textures
View Single Post
  #1 (permalink)  
Old 08-16-2006, 08: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 02:42 AM.
Reply With Quote