|
Post by symmachus on May 31, 2020 21:22:54 GMT
Hello,
would somebody teach me how to make dynamic Coa's for a custom house? What confuses me is that I don't know what is the link between the internal_texture of the dynasty and the actual tga file that is the picture. How does the game know that house Stark should use picture 41 in the northman dynasties tga file for example?
|
|
Balerion
Member
Targaryen Loyalist
Posts: 100
|
Post by Balerion on Jun 1, 2020 1:45:02 GMT
Hello,
would somebody teach me how to make dynamic Coa's for a custom house? What confuses me is that I don't know what is the link between the internal_texture of the dynasty and the actual tga file that is the picture. How does the game know that house Stark should use picture 41 in the northman dynasties tga file for example?
The coats of arms TGA file is usually 10 frames in width. The game counts the first texture as 0, 2nd texture as 1, and so on. For example, Stark CoA is 42nd on Northern CoA TGA file. But since we'e counting first texture as 0, 42nd texture would be texture 41. 59 = {
name="Stark"
culture = northman
coat_of_arms = {
template = 0
layer = {
texture = 5
texture_internal = 41 #42nd on TGA file emblem = 0
color = 0
color = 0
color = 0
}
}
}
|
|
|
Post by symmachus on Jun 1, 2020 21:53:17 GMT
Thank you. You were a good help.
|
|