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.