Skip to content

Releases: hmlendea/more-cultural-names-builder

2.2.0.1 - Name normalisation fixes

03 Apr 18:18
f4800a4
Compare
Choose a tag to compare
  • Fixed the name normalisation not working due to broken caching
  • Added more substitutions for unsupported characters

Pull requests included in this release: #26, #27

2.2.0 - Improved comments

03 Apr 15:28
4c13663
Compare
Choose a tag to compare
  • Toggled the writing of language comments
  • Substitute unsupported characters in comments with equivalent ones

Pull requests included in this release: #24, #25

2.1.5 - Improved character replacements

26 Mar 23:22
d189b8a
Compare
Choose a tag to compare
  • Improved invalid character substitutions

Pull requests included in this release: #23

2.1.4 - Updated for CK3's and I:R's latest versions

18 Mar 17:14
c159bf9
Compare
Choose a tag to compare
  • Updated the Crusader Kings 3 vanilla landed_titles.txt file with the latest (1.3) version
  • Updated the Imperator: Rome game version to 2.0
  • Improved unsupported character substitutions

Pull requests included in this release: #22

2.1.3 - New XML structure

25 Jan 10:28
f27e79a
Compare
Choose a tag to compare
  • Converted the value of names into an XML attribute
  • Added the Adjective field to names
  • Added the Comment field to names
  • Include the comments into the output files

Pull requests included in this release: #21

2.1.2 - Improved character replacements

06 Dec 08:16
8ac0f58
Compare
Choose a tag to compare
  • Improved character replacements

Pull requests included in this release: #20

2.1.1 - Updated CK3 + Small improvements

25 Nov 17:49
Compare
Choose a tag to compare
  • Improved character replacements for the Windows-1252 charset
  • Updated Crusader Kings 3 to version 1.2
  • Fixed Crusader Kings 2 descriptor files

Pull requests included in this release: #19

2.1.0 - Title localisations for CK2

03 Oct 18:21
9ab2732
Compare
Choose a tag to compare
  • Extended the Crusader Kings 2 generator to create title localisation files
  • Renamed some of the existing command-line argument options
  • Added an command-line argument option to specify the titles input file
  • Fixed the Imperator: Rome taking the game version from CK3

Pull requests included in this release: #18

2.0.1 - CK3 1.1.1 Update

29 Sep 22:49
4806c67
Compare
Choose a tag to compare
  • Updated to the latest CK3 version (1.1.1)

Pull requests included in this release: #17

2.0.0 - Heavy optimisations

27 Sep 16:58
cc2c143
Compare
Choose a tag to compare
  • Completely rewritten most of the application
  • Made better use of multi-threading and caching
  • Refactored and optimised every mod builder
  • Deduplicated code in the Crusader Kings 2 and Crusader Kings 3 builders, the later now using the former as a base
  • Improved logging to display operation times
  • Log the language for each name as comments in the data files
  • Log the original form of the name as comments in the data files, where applicable
  • Optimised the localisation fetcher
  • Name normalisation for Crusader Kings 3
  • Write the version and build date in the Imperator: Rome descriptors

As a whole, the building process is now many times faster

Pull requests included in this release: #16