It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I got the all skins mod here, but has anyone found a way to make it permanet? Instead of having to do a custom game every single time you start the game up?

Or change to a new character?

Or reload a skin?
Post edited January 18, 2017 by Whereaminow25
You basically have to add the AllSkins stuff to your resources files. I can't go into more specifics right now, but maybe towards the end of the week I'll have a look how I did it previously.
avatar
final_option: You basically have to add the AllSkins stuff to your resources files. I can't go into more specifics right now, but maybe towards the end of the week I'll have a look how I did it previously.
Yes, This will make the game so much better.
Sorry for the long silence. I'll try to write up a howto later today.
Alright, let's go. Keep in mind, this only makes applied skins show up. If you want to change/apply skins, you still have to use the normal mod.

You need:
- ArcExplorer: http://titanquest.4fansites.de/download,1044,Arc_Explorer_V10.html

Using the ArcExplorer unpack the Creatures.arc to get the .tex files from the pc folder. Then create a text file called "apply_textures.bat" and enter the following contents:

@echo off
echo.
echo Patching Creatures.arc...
echo.
archivetool "Resources\Creatures.arc" -add "pc\female\*" "Resources\Creatures.arc" 9
archivetool "Resources\Creatures.arc" -add "pc\male\*" "Resources\Creatures.arc" 9
echo.
echo DONE!
echo.
Pause
Copy both the extracted "pc" folder and the "apply_textures.bat" to your game installation directory and execute "apply_textures.bat" (you may remove them afterwards). Finally copy the Allskins.arc file from the mod and paste it into the XPack subfolder of your installation directory.

That should do it, I think.
Thank you very much !