Skip to content
niefia edited this page May 25, 2023 · 9 revisions

FAQ

What is the tcs.zip?

Data file containing various files needed for the mod to function, this is exctracted to your mod subfolder when its created, and used in the creation of certain files, i.e the Paper Map

Why are there no 3d models of Towns/Cities/Armies?

To generate these you must do auto-nudge within the map editor, however this feature is unreliable so this is only recommended for people familiar with the CK3 Map editor already

Why do the Characters look weird in the bookmarks

Character in generated bookmarks will appear as template characters until the command dump_bookmark_portraits is used while in game, and the game is reloaded this cannot be skipped unfortunately

One Character controls all world titles?

This is caused by you not having JDK installed, please install JDK to run the Map Filler tool

Conversion is stuck on extracting JSON & Geojson to spreadsheet

If you check your logs and find this error: An error occurred, please report the log.txt file if this error is unexpected: unsupported operand type(s) for +: 'NoneType' and 'str' It indicates that you are trying to convert a submap which is not supported due to the way data is deleted with submap generation

Exception in thread "main" java.lang.UnsupportedClassVersionError: kld/ck3tools/mapfiller/ConvertXlsToProvinces has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

This is caused by you not having JDK installed, please install JDK to run the Map Filler tool