Crusader Kings III
0 of 0

File information

Last updated

Original upload

Created by

Heinzreich

Uploaded by

Heinzreich

Virus scan

Safe to use

Tags for this mod

About this mod

Customize and apply your own dynastic strong seed. Similar to how Baratheons almost always have black hair, or Tullys have a reddish brown, or how Targaryens have silver hair and purple eyes; this mod allows you to create your own custom gene that will become synonymous with your dynasty.

Requirements
Permissions and credits
This submod does require a little bit of pre-setup before play. I've created nine examples though that you can freely change to your own desire or keep as is. JUST DON'T CHANGE THE NAMES OF THE FLAGS LIKE mydynasty1/2/3/etc

1. Go to the submod's folder

2. Navigate to and open the custom_house_dna.txt file in gfx\portraits\portrait_modifiers (open it with notepad++ to be careful). Now it should look something like this (there will be more than one, this is just an example)



3.Look for the hair_color and eye_color and if you scroll down to other examples, you should see things like skin_color and gene_height too. You can change as many of these values as you'd like.

4. Change the values (x = and y = ) to whatever you want. They use the console portrait editor values so for example: Let's say if I wanted the x to be 29 and the y to be 2 [i.imgur.com], I'd set the x and y to x = 0.29 and y = 0.02 [i.imgur.com]. All you're doing is pushing the value's decimal from the portrait editor to the left by two. 100 would just be 1.00 and 0 would be 0.00

5. To apply the flag to the person you're currently playing as, run the following in console:

effect set_variable = { name = agot_dna value = flag:mydynasty1 }

Change mydynasty1 to whatever one you want/edited.

6. You should now have your own custom house flag that gets passed down to your future generations like it does in the base mod. Unfortunately, there is no other way to shorten the process. A more detailed guide is available on reddit , just skip to part 6.

I was gonna make a decision menu thing but I realized that it would take more time to actually apply the flag and you'd have to go through a bunch of menus to get there when instead you can just copy paste the above command line and get it fast and easy.
If anyone wants to make a decision menu, or take this submod and change it in anyway; feel free to do so.