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

RoA: investigate some provinces converting to different faith than expected #2414

Open
IhateTrains opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels
investigate Needs to be investigated

Comments

@IhateTrains
Copy link
Member

IhateTrains commented Jan 10, 2025

There are some cases where the mappings don't align with what they should be given according to the files. For example, I added a mapping that makes indo_iranian_religion map to Rajas' alan_pagan if the culture is alan in CK3. But despite the culture being Alan in CK3, most of the land is Scythopagan. My only assumption is that the cultures got mapped correctly from the Alani locations, but because the counties in the region are big relative to in Imperator, the religion being mapped to the county might have been based off a different location that had a different culture, making the county not map to alan_pagan since that specific location wasn't alani.

It was in the older conversions, but you can see it in the normal_save one I just sent you. If you look at the provinces that have Alan culture, instead of being Scythopagan, they should be Ās. Also, the Mogyer provinces should be Taltosist instead of Vaenusko, but for some reason the only Taltosist counties surround the Mogyer counties, which is why I initially thought provinces were being mixed when deciding culture and religion mappings.

tanner918's idea on a solution using on-actions:

The mismapping between various cultures and faiths (like the above mentioned alan culture not getting alan_pagan) could potentially be solved using a game_start on_action that checks certain conditions (like is a county alan culture but scythopagan faith) and map them to the faith they should have gotten (in this case forcefully convert them to alan_pagan).

@IhateTrains IhateTrains added the investigate Needs to be investigated label Jan 10, 2025
@IhateTrains IhateTrains self-assigned this Jan 10, 2025
@IhateTrains IhateTrains changed the title RoA: investigate culture mappings using different source provinces than religion mappings RoA: investigate some provinces converting to different faith than expected Jan 10, 2025
@IhateTrains
Copy link
Member Author

My idea for resolving this was to change the way how religion and culture is determined for CK3 county capitals:

Now I got an idea of doing a county-wide pop census of all the related Imperator provinces and checking which culture/religion has the most pops. That way a county in which the capital province has culture A in Imperator, but all the other barony provinces have culture B, would probably get culture B

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

No branches or pull requests

1 participant