Releases: hmlendea/more-cultural-names-builder
Releases · hmlendea/more-cultural-names-builder
2.2.0.1 - Name normalisation fixes
2.2.0 - Improved comments
2.1.5 - Improved character replacements
- Improved invalid character substitutions
Pull requests included in this release: #23
2.1.4 - Updated for CK3's and I:R's latest versions
- Updated the
Crusader Kings 3
vanillalanded_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
- 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
- Improved character replacements
Pull requests included in this release: #20
2.1.1 - Updated CK3 + Small improvements
- 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
- 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
- Updated to the latest CK3 version (1.1.1)
Pull requests included in this release: #17
2.0.0 - Heavy optimisations
- 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
andCrusader 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