Page 1 of 1

Question for Bill about recent 1.31 update

Posted: Fri Jan 23, 2026 11:54 pm
by welk
I discovered this day that I have missed the 1.31 update :o (It came during my absence) and I have made my Ancient battle mod and the Napoleonic mod with a 1.30 version)

I downloaded this evening the 1.31 update and I noticed that there is a new localization file in this update

So, I will probably have to remake my localization files for the 2 mods, to take in mind the changes

Please, could you give me some precisions about things that were changed in the localization file for the recent 1.31 update ? I did not found any precision about the localization file changes in the log change txt.

Would be usefull for me when I will update localization file of my mods

EDIT : I used the "compar function" of Word and I founded that the 2 localization files are identical, except an insertion in the new localization file :

; Game (Scorecard)
#SCORECARD_DIALOG= Scorecard
#SCORECARD_DIALOG_TEXT_1= Kills
#SCORECARD_DIALOG_TEXT_2= Resources
#SCORECARD_DIALOG_TEXT_3= Map Controlled
#SCORECARD_DIALOG_TEXT_4= Victory Position
#SCORECARD_DIALOG_TEXT_5= Score


Plese, could you confirm that is no any other modification ?

Tip : localizations txt files may also be compared directly here, free and very usefull to detect quickly modifications :
https://www.draftable.com/compare

Winmerge does also allow to compar Localization txt (offline)
LOCALIZATION.png
LOCALIZATION.png (74.06 KiB) Viewed 691 times

Re: Question for Bill about recent 1.31 update

Posted: Thu Jan 29, 2026 9:03 am
by BillRunacre
I can't think of anything else that would have changed.

Just to note: you don't need to place the full contents of the game's localization file within your own one, use your own solely for when things need to be different from that.

Re: Question for Bill about recent 1.31 update

Posted: Sat Jan 31, 2026 7:52 am
by welk
BillRunacre wrote: Thu Jan 29, 2026 9:03 am Just to note: you don't need to place the full contents of the game's localization file within your own one, use your own solely for when things need to be different from that.
Thanks for infos ;)