
Open your mod's copy of the file up and look through it for a declaration called textures: When you load your mod, your custom coat_of_arms.txt file will be loaded instead of the game's default. Copy this file to your mod's interface folder. Go to the game's interface folder and find coat_of_arms.txt.

So any work you do outside the center 80% of the grid will show up in the game. Your square CoA in your tga file will be placed underneath these shapes. Open them up and you can see the shield overlay size and shape in the game. If you look in the game's gfx\coat_of_arms folder, you'll see the files plain.tga and plain_muslim.tga. I'm not exactly sure how many pixels big that thing is, but you'll probably want to consider your CoA's appearance in that tiny space. It gets even worse for the mini CoA icon in character lists and the like. You'll have no control over the resizing process if you let the game handle it, so things may look not to your liking. You could potentially go bigger to give yourself additional resolution, but ultimately, your graphics are going to get shrunk into a space that's 80x84 pixels. I've been using that in my mod, but I do not believe that this a requirement. The Dynasty DLC pack allots 128x128 pixels for each coat of arms. Upon completion, save your tga file in your mod's gfx/coat_of_arms directory. Write the following two lines in it:īear in mind that if you wish to expand this image in the future, adding rows is relatively easy, but adding columns creates coding complications that I will discuss later. At the top of the /mod folder, create a new text file with the extension. This is where you'll put all the files you assemble for your customization. Within that directory, add the following subfolders: Most importantly, create a new directory in your /mod folder. Think about the scope of the changes you want to make and begin to gather raw images you want to use to build your CoAs. This may sound obvious, but make sure you have a plan in place before you start amending files. These instructions rely on posts from Arko, enderbr, and others.This thread does not discuss how to leverage emblems and patterns to create of custom coat of arms.

There are many aspects of this process that I'm not fully versed in and would certainly appreciate input from others to refine the instructions.

This thread is intended on providing a concise, step-by-step procedure for assigning custom graphics as a dynasty's coat of arms.
