#1
|
|||
|
|||
How to change the wife's portrait?
Hi, I would like to make a custom Gerda portrait but I don't know where her portrait is stored.
|
#2
|
|||
|
|||
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
Code:
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 } |
#3
|
||||
|
||||
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/showthr...?t=4552&page=2 You might find it interesting. |
|
|