Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This is one of my favorite submods and I was bummed it was broken
"Current level cannot be automatically flattened. Use custom_tooltip or custom_description"
If the eggs aren't showing for you, it's likely due to a mod conflict or an outdated version of AGOT. Here's what you can do:
1. Make sure the AGOT mod is fully up to date.
2. Disable all other mods and run only AGOT to see if the issue persists.
3. If it works with just AGOT, re-enable your other mods one by one to identify the conflict.
4. Double-check your load order. AGOT should be at the TOP or loaded BEFORE any AGOT submods.
5. Clear your mods cache file; this WILL reset your load order so be aware.
This is caused by AGOT changing how artifact selection GUIs work. The old line was:
gui = "event_window_artifact_selection"
AGOT now uses:
gui = "agot_event_window_widget_artifact_selection"
To fix manually until updated, edit two files:
Navigate to your Steam Workshop mod folder, usually:
C:\Program Files (x86)\Steam\steamapps\workshop\content\1158310
Find the Crowns of Westeros folder (check descriptor.mod).
Open these files:
events\activities\agot_coronation_activity\agot_activity_events_crown_commission.txt
events\agot_decisions_events\agot_crown_commission_events.txt
Replace all instances of:
gui = "event_window_artifact_selection"
with:
gui = "agot_event_window_widget_artifact_selection"
Save the files. Crown selection will display.
This is a temporary fix until the mod author updates the GUI calls.
Glitch persisted.
I don't know if that helps at all, but I imagine the problem is likely with a new Ck3 version or the new AGOT version
Probably want to do some more variant crowns at some point as well.