Sorry I'm posting on the same issue, but the other thread got lost with no reply's
.
So the problem is, as it is obvious in the image bellow, my Intel Report doesn't show any information, this happened after Gandhi settled next to me, and the discussion option appeared, at that point the intel information on his diplomacy screen, not Victoria's, with whom the discussion option didn't appear as of yet, was displayed in a very small tab-section, which makes all information unreadable, even though as you might see there is plenty free space in the bottom-left corner. Any ideas on this? thanks.
PS: I have also found the file that contains some options regarding this particular screen in diplomacy; it is located in Base\Assets\UI under the name "DiplomacyActionView" and the specific lines which I think are important so to fix such an issue I believe are:
<!-- Instance container for the Intel panel -->
<Instance Name="IntelPanel">
<Stack ID="Panel">
<!-- The title -->
<Grid Size="parent, 38" Style="DiplomacyTitleBarGrid">
<Label Anchor="C,C" String="LOC_DIPLOMACY_INTEL_TITLE" Style="DiplomacyIntelHeader" Offset="0,2"/>
</Grid>
<!-- Stack of basic information -->
<Stack ID="Content" StackGrowth="Bottom" Offset="0,0">
<Box Size="parent, 0" AutoSize="V" Color="14,16,18,255">
<Image Texture="Controls_Gradient" Size="parent, 150" Anchor="L,B" Color="24,47,70,230"/>
<Grid Style="DecoGrid" Size="parent-12, 0" AutoSize="V" Anchor="C,C" Color="36,60,85,200">
<Stack StackGrowth="Bottom" Offset="10,10">
<Stack StackGrowth="Right" Padding="2,0">
<GridButton ID="GossipButton" Size="150, 23" Style="PanelButtonLightweight" Anchor="L,B" String="LOC_DIPLOMACY_INTEL_GOSSIP_COLON" ToolTip="LOC_DIPLOMACY_INTEL_GOSSIP_COLON_TOOLTIP"/>
<Label ID="GossipText" Anchor="L,C"
Alas, I'm no good at understanding the numbers, I will try toying around a bit, but I am almost certain I will fail, any help on this or on any other possibilities would be much appreciated. Thank you.

So the problem is, as it is obvious in the image bellow, my Intel Report doesn't show any information, this happened after Gandhi settled next to me, and the discussion option appeared, at that point the intel information on his diplomacy screen, not Victoria's, with whom the discussion option didn't appear as of yet, was displayed in a very small tab-section, which makes all information unreadable, even though as you might see there is plenty free space in the bottom-left corner. Any ideas on this? thanks.
PS: I have also found the file that contains some options regarding this particular screen in diplomacy; it is located in Base\Assets\UI under the name "DiplomacyActionView" and the specific lines which I think are important so to fix such an issue I believe are:
<!-- Instance container for the Intel panel -->
<Instance Name="IntelPanel">
<Stack ID="Panel">
<!-- The title -->
<Grid Size="parent, 38" Style="DiplomacyTitleBarGrid">
<Label Anchor="C,C" String="LOC_DIPLOMACY_INTEL_TITLE" Style="DiplomacyIntelHeader" Offset="0,2"/>
</Grid>
<!-- Stack of basic information -->
<Stack ID="Content" StackGrowth="Bottom" Offset="0,0">
<Box Size="parent, 0" AutoSize="V" Color="14,16,18,255">
<Image Texture="Controls_Gradient" Size="parent, 150" Anchor="L,B" Color="24,47,70,230"/>
<Grid Style="DecoGrid" Size="parent-12, 0" AutoSize="V" Anchor="C,C" Color="36,60,85,200">
<Stack StackGrowth="Bottom" Offset="10,10">
<Stack StackGrowth="Right" Padding="2,0">
<GridButton ID="GossipButton" Size="150, 23" Style="PanelButtonLightweight" Anchor="L,B" String="LOC_DIPLOMACY_INTEL_GOSSIP_COLON" ToolTip="LOC_DIPLOMACY_INTEL_GOSSIP_COLON_TOOLTIP"/>
<Label ID="GossipText" Anchor="L,C"
Alas, I'm no good at understanding the numbers, I will try toying around a bit, but I am almost certain I will fail, any help on this or on any other possibilities would be much appreciated. Thank you.
Attachments
Last edited: