Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CK3 titles for EU4-to-Vic3 converter #283

Open
IohannesIohannium opened this issue Dec 17, 2021 · 3 comments
Open

Export CK3 titles for EU4-to-Vic3 converter #283

IohannesIohannium opened this issue Dec 17, 2021 · 3 comments

Comments

@IohannesIohannium
Copy link
Contributor

We should output a file /vic3_converter/ck3_title_equivalences.txt, with this syntax, TAG;x_title;abcgfx.
The converter automatically outputs relevant lines for all countries generated in EU4.
TAG is EU4 generated tag (e.g. X00), x_title is the CK3 title it comes from (e.g. k_arabia), abcgfx is the EU4 gfxculture assigned to that tag.
If we output this, we need not port over the extensive library of EU4-to-Vic2 localization-based flag-matching, just needing that feature to be reduced to few cases (e.g. "Abbasids" should override k_arabia, non-vanilla EU4 "Yugoslavia" should be matched with Vic3 Yugoslavia)

@IohannesIohannium
Copy link
Contributor Author

Due to ParadoxGameConverters/EU4ToVic3#89, we may also export the CK3 rank, with Empire, Kingdom, Grand Principality, Principality assigned to Empires, Kingdoms, Duchies, Counties

@Idhrendur
Copy link
Member

Probably better to use the pdx script format. We can parse it easily and add more fields as needed.

@Elfangor567
Copy link
Contributor

Considering how much can happen in EU4, is probably not a good idea. What was once a duchy is now an Empire. I don't see how using CK3 data would be useful at any point in time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants