Luthiena,
you need to introduce a new princess to the game by using ADD_PRINCESS in Heroes.txt.
It is important to insert the added princesses at the right place in the file. The Vikings are faction number 7. Look for the Scottish and put your princesses (the ADD_PRINCESS commands) between the Scottish and Welsh. The SET_PRINCESS command needs to read
Example from STW mod Heroes.txt:SET_PRINCESS:: FN_07 7 // Vikings
later in the same file:
ADDPRINCESS:: "Whatever_name"
After that you need to declare the name of that new character in Names.txt.SET_PRINCESS:: FN_24 1 // Satake
ADD_PRINCESS::
"stw_Jito"
Names.txt
If you have that, then you need to tell the game that the faction can build/ have Princesses. You do that by editing the viking_unit_prod file. Column 50 (Faction Association label) needs to include the viking faction in the line for the Princess.["stw_Jito"] {"Jito"}
R'as
Bookmarks