安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






删除了不必要的风味文本,并缩短了消息。每条消息都有自己的图标,用于对每个条目进行分类,以便一目了然地查看发生了什么。
The mod ( Simplified Gossip ) breaks the Leaders' screens in-game. While it's possible to play without opening your own Leader's screen - playing without opening other Leaders' screens obviously makes any kind of diplomacy impossible. Can this be fixed, please?
[3152926.182] ERROR: Invalid file reference in action, did you forgot to add it in <Files>? - Text/Expansion1/Gossip_Text_GS-es_ES.xml
[3152926.182] ERROR: Invalid file reference in action, did you forgot to add it in <Files>? - Text/Expansion1/Gossip_Text_GS-de-DE.xml
@Adriaman, I dont think any other changes are necessary here. The mod does not use .\Base\Assets\UI\DiplomacyActionView.lua but instead imports DiplomacyActionView_Expansion2 and overrides the OnActivateIntelGossipHistoryPanel function.
..\Base\Assets\UI\DiplomacyActionView.lua
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1360462633
Duh! :(
My little fix to this error:
1. Open file Steam\SteamApps\workshop\content\289070\1126451168\UI\DiplomacyActionView_FF16.lua with notepad
2. Find line 61 with this text
item.Icon:SetIcon("ICON_GOSSIP_" .. kGossipData.GroupType);
3. REPLACE line 61 with these 3 lines:
if (item.Icon ~= nil) then
item.Icon:SetIcon("ICON_GOSSIP_" .. kGossipData.GroupType);
end
Maybe it is related to the new diplomacy events from Secret Societies DLC?
Go to the thread in the EDR mod page .
Download the zip file from Google Drive. There will be 2 XML files in it.
Open up C:\Program Files (x86)\Steam\steamapps\workshop\content\289070\1360462633\ , which is the folder for the EDR mod.
Open the Vanilla_XP1 folder, rename DiplomacyActionView.xml to something else (I chose DiplomacyActionView.xml.ORIGINAL ), copy DiplomacyActionView_Vanilla_XP1.xml from the zip file, and rename it to DiplomacyActionView.xml .
Repeat the above step for DiplomacyActionView_XP2.xml in the XP2 folder.
If your conflict is with another mod, then this won't work for you. Check other mods' descriptions to see if someone else has fixed it.
[4063404.355] Warning: Unable to load C:/Program Files (x86)/Steam/steamapps/workshop/content/289070/1126451168/Text/Expansion1/Gossip_Text_GS-de-DE.xml
[4063404.355] Warning: LocalizedText - Error Loading XML.
@FinalFreak16 Hopefully you can look and these changes and see what you think.... having these two mods play nice together without manually changing one of them would be nice. Thx