PDA

View Full Version : How to change the wife's portrait?


Arthandas
08-04-2010, 05:12 PM
Hi, I would like to make a custom Gerda portrait but I don't know where her portrait is stored.

jcd
09-06-2010, 01:37 PM
Hi, I was looking for the same and I found out that the texture itself is located in file \data\data.kfs\tex8.dds which is referenced in a text file "\data\data.kfs\itextures.dat", just look for

block {
filename=heroitem_wife_girl_ugly.png
in_tex_pos=954,1242
in_tex_size=106,147
geom_pos=0,0
geom_size=1,1
mask=297103,1948
}

so I guess you can either modify the dds or pick some nicer texture from the original dds file and use reference to that one instead in your "wifes.txt"

bucazaurus
12-20-2010, 03:29 AM
It's stored in two different files. tex8.dds and tex10.dds.
When you convert the files be sure tex10.dds is converted to png
because you will need to preserve transparency of the portraits background.
Also take a look at what i posted here :
http://forum.1cpublishing.eu/showthread.php?t=4552&page=2
You might find it interesting.