Popup message: Other ruler accepts a peace offer + My fix
I always like to know what is happening outside my realm and therefore I enabled popup message: “When a ruler accepts a peace offer from another ruler”. Problem is that details of peace negotiation are not visible in this message box (like in EU) even if they are in history log on the bottom of screen.
I fixed this problem in the following way:
1. Open messages.csv in Config subdirectory.
2. Find following lines:
PEACEACCEPTOTHER_HEADER;We have learned that%s;;;;;;;;;;X
PEACEACCEPTOTHER_1;%s;;;;;;;;;;X
PEACEACCEPTOTHER_2;accepted peace with;;;;;;;;;;X
PEACEACCEPTOTHER_3;%s;;;;;;;;;;X
PEACEACCEPTOTHER_4;;;;;;;;;;;X
PEACEACCEPTOTHER_5;;;;;;;;;;;X
PEACEACCEPTOTHER_6; on the following terms: %s;;;;;;;;;;X
3. Replace them with:
PEACEACCEPTOTHER_HEADER;We have learned that%s;;;;;;;;;;X
PEACEACCEPTOTHER_1;%s;;;;;;;;;;X
PEACEACCEPTOTHER_2;accepted peace with;;;;;;;;;;X
PEACEACCEPTOTHER_3;%s;;;;;;;;;;X
PEACEACCEPTOTHER_4;on the following terms: %s;;;;;;;;;;X
PEACEACCEPTOTHER_5;;;;;;;;;;;X
PEACEACCEPTOTHER_6;;;;;;;;;;;X
4. Save.
Now it works like in EU
My second problem with this popup message is that “goto” button doesn’t really work. It always scrolls map to northwest corner. Maybe it is because country that accepted peace no longer exists?
I always like to know what is happening outside my realm and therefore I enabled popup message: “When a ruler accepts a peace offer from another ruler”. Problem is that details of peace negotiation are not visible in this message box (like in EU) even if they are in history log on the bottom of screen.
I fixed this problem in the following way:
1. Open messages.csv in Config subdirectory.
2. Find following lines:
PEACEACCEPTOTHER_HEADER;We have learned that%s;;;;;;;;;;X
PEACEACCEPTOTHER_1;%s;;;;;;;;;;X
PEACEACCEPTOTHER_2;accepted peace with;;;;;;;;;;X
PEACEACCEPTOTHER_3;%s;;;;;;;;;;X
PEACEACCEPTOTHER_4;;;;;;;;;;;X
PEACEACCEPTOTHER_5;;;;;;;;;;;X
PEACEACCEPTOTHER_6; on the following terms: %s;;;;;;;;;;X
3. Replace them with:
PEACEACCEPTOTHER_HEADER;We have learned that%s;;;;;;;;;;X
PEACEACCEPTOTHER_1;%s;;;;;;;;;;X
PEACEACCEPTOTHER_2;accepted peace with;;;;;;;;;;X
PEACEACCEPTOTHER_3;%s;;;;;;;;;;X
PEACEACCEPTOTHER_4;on the following terms: %s;;;;;;;;;;X
PEACEACCEPTOTHER_5;;;;;;;;;;;X
PEACEACCEPTOTHER_6;;;;;;;;;;;X
4. Save.
Now it works like in EU
My second problem with this popup message is that “goto” button doesn’t really work. It always scrolls map to northwest corner. Maybe it is because country that accepted peace no longer exists?
Upvote
0