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
删除了不必要的风味文本,并缩短了消息。每条消息都有自己的图标,用于对每个条目进行分类,以便一目了然地查看发生了什么。
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://steamhost.cn/steamcommunity_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