|
|||||||
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 |
|
|||
|
Hi
I have a few skins I downloaded, and they work fine, except that they are all replacing the white texture, therefore I cannot use them all at once. It says something about it in the readme file of Sharks Ultimate Replacer, but I don't understand how to do it. Anyone know how to rename the white.tex files and thus have multiple mod skins available, just changing them by drinking the relevant dye? Thanks in advance |
|
|||
|
Yeah, I tried that, but when I drink the corresponding dye potion it just changes into the regular texture. And it doesn't seem like the Ultimate Replacer finds the textures I've renamed either, it only finds the white ones..
|
|
||||
|
http://www.titanquest.net/forums/91805-post3.html
This is the method I use. I don't use sharks replacer. I hope that helps. |
|
|||
|
Uhm, If you still wanna use shark's ultimate replacer:
Right click SUR and Edit. You see 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\" Right? This: copy /Y femalepc01_white.tex .\pc\female And This: archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_white.tex" "resources\" Are what affect placing whatever into creatures.arc. The first one searches for the femalepc01_white.tex file (which you put in the same folder as SUR) and copies it into a 'pc/female/' directory in the same folder. The second command puts the femalepc01_white.tex in 'pc/female' into the creatures.arc. If you changed just one of them, for example, for a brown female .tex, you won't get the skin, either you edited only 1st command and placed the .tex in the 'pc/female' folder and did not edit the 2nd command, or only edited the 2nd command and did not let 1st command to make a copy in the first place. if you want all colors to be modded, put this into a .bat: md .\pc\female copy /Y femalepcskirt01bmp.tex .\pc\female copy /Y femalepc01_black.tex .\pc\female copy /Y femalepc01_brown.tex .\pc\female copy /Y femalepc01_burgendy.tex .\pc\female copy /Y femalepc01_crimson.tex .\pc\female copy /Y femalepc01_gold.tex .\pc\female copy /Y femalepc01_gray.tex .\pc\female copy /Y femalepc01_hunter.tex .\pc\female copy /Y femalepc01_lightblue.tex .\pc\female copy /Y femalepc01_olive.tex .\pc\female copy /Y femalepc01_orange.tex .\pc\female copy /Y femalepc01_purple.tex .\pc\female copy /Y femalepc01_rose.tex .\pc\female copy /Y femalepc01_royalblue.tex .\pc\female copy /Y femalepc01_slate.tex .\pc\female copy /Y femalepc01_tan.tex .\pc\female copy /Y femalepc01_white.tex .\pc\female archivetool "resources\creatures.arc" -replace "pc\female\femalepcskirt01bmp.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_black.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_brown.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_burgendy.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_crimson.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_gold.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_gray.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_hunter.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_lightblue.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_olive.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_orange.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_purple.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_rose.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_royalblue.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_slate.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_tan.tex" "resources\" archivetool "resources\creatures.arc" -replace "pc\female\femalepc01_white.tex" "resources\" |
![]() |
| Thread Tools | |
| Display Modes | |
|