Monopolies window tooltip

Imnoob

Chieftain
Joined
Jan 14, 2017
Messages
25
Hi!
How Can I turn off this tool-tip?

Thanks
 

Attachments

  • Monopolies Tooltips.jpg
    Monopolies Tooltips.jpg
    342.4 KB · Views: 143
Last edited:
Pretty sure you lost your DLL file. Did you make a modpack?
I'm not sue what do you mean? I have a VP with no EUI setup and no other mods, I was trying to find the script to turn of this tooltip.
 
Go to TerrainText.xml and look for
Code:
        <Row Tag="TXT_KEY_RESOURCE_BREAKDOWN">
            <Text>{1_Num} of {2_Total} in World</Text>
        </Row>
to
Code:
        <Row Tag="TXT_KEY_RESOURCE_BREAKDOWN">
            <Text>whatever you want here can even leave blank if desired</Text>
        </Row>

I would dissemble it the Lua way, but I doubt the even the average user understand how that works.
 
Go to TerrainText.xml and look for
Code:
        <Row Tag="TXT_KEY_RESOURCE_BREAKDOWN">
            <Text>{1_Num} of {2_Total} in World</Text>
        </Row>
to
Code:
        <Row Tag="TXT_KEY_RESOURCE_BREAKDOWN">
            <Text>whatever you want here can even leave blank if desired</Text>
        </Row>

Thank you very much :bowdown:
 
So what exactly are you going to accomplish? You still can calculate the total amount of resources by looking at percentages and the amount of resource tiles on monopoly owner.
 
So what exactly are you going to accomplish? You still can calculate the total amount of resources by looking at percentages and the amount of resource tiles on monopoly owner.
I realized that after posting this thread:mischief:
 
Top Bottom