One line summary of your issue
Duplicate/Wrong Name in Han Character History
Game Version
3.2.1
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury, All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
In the character history in han.txt, the character with id 1059723 (at the very bottom) has named Zongshou, just like his father who has id 1059722.
However, the son's name should be Xianshun (see Wikipedia page here: https://en.wikipedia.org/wiki/Guiyi_Circuit#Kingdom_of_Guiyi ).
I'm guessing whoever typed this up just made a mistake and accidentally copy and pasted the names.
The code in question is the following, at the bottom of the text file:
Steps to reproduce the issue.
N/A
Upload Attachment
Duplicate/Wrong Name in Han Character History
Game Version
3.2.1
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury, All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
In the character history in han.txt, the character with id 1059723 (at the very bottom) has named Zongshou, just like his father who has id 1059722.
However, the son's name should be Xianshun (see Wikipedia page here: https://en.wikipedia.org/wiki/Guiyi_Circuit#Kingdom_of_Guiyi ).
I'm guessing whoever typed this up just made a mistake and accidentally copy and pasted the names.
The code in question is the following, at the bottom of the text file:
Code:
1059722 = {
name="Zongshou"
dynasty=1055036
religion="taoist"
culture="han"
father=1059718
trait=quick
968.1.1={
birth=yes # maybe
}
1014.1.1 = {
death=yes
}
}
1059723 = {
name="Zongshou"
dynasty=1055036
religion="taoist"
culture="han"
father=1059722
trait=quick
988.1.1={
birth=yes # maybe
}
1030.1.1 = {
death=yes # Tanguts defeat Guiyi Circuit
}
}
Steps to reproduce the issue.
N/A
Upload Attachment
Last edited:
Upvote
0