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
