安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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