Hello,
I’m trying to do something fairly simple but it won’t work and I don’t get what I’m missing.
I simply want to exchange the texture from the noble saddle with the one of the hunting saddle since I want it to be blue but still be the noble saddle.
So I used this https://gamedb.gg/games/kingdom-come-deliverance/item-ids-item-spawning-guide/# handy tool to find out that the ID for noble saddle with 4 saddlebags is 41f6e46c-bca6-16da-169a-f0c8f1a6e2ab
In data/tables.pak/libs/tables/item/item.xml I see it is horse_saddle_004_d
So in data/characters.pak/objects/characters/animals/horse I find a couple of horse_seat.mtl and horse_saddle_pickable.mtl + a couple of textures of the saddles
So I ASSUME that horse_saddle_004_d is somehow related to horse_seat_v004.mtl or horse_saddle_pickable_004d.mtl because this is the only location of saddle textures and files I could find.
I change in the mtl files this
" File=“objects/characters/animals/horse/horse_seat_var004_diff.tif” />
to
" File=“objects/characters/animals/horse/horse_seat_var002_diff.tif” />
Since the 002 ones are the BLUE ones that I want (I changed every texture line with var004 to var002, the spec etc as well)
But ingame it changes NOTHING. I even changed in the item.xml the horse_saddle_004_d to horse_saddle_002_d but this also did nothing. Then I got desperate and tried the ugly solution of replacing all saddle textures with the blue ones. Still no change. The saddle is still red and green.
What else do I have to change to make it work? Are the actual saddle textures located somewhere else? I only have the pretty horse mod and I don’t see how it should interfere with the saddles.
Help greatly appreciated.
edit: when I unpack the content of data/characters.pak/objects/characters/animals/horse into a folder and use the star citizen texture converter, both v004 and var004 tif files are showing the blue saddle, still ingame is the GREEN AND RED saddle texture but WHY? Where the heck is this texture and information stored??
in the horse mod and in fastload i replaced all the files as well.