anandus
Errorist
And a question:
I'd like to use Enhanced Demographics in a multiplayer modpack, but I find the "tables" too revealing.
Can I just comment something out of /UI/demographics.xml or something? (I tried some things, but it made the button unresponsive)
To answer my own question:
To 'remove' (or actually hide) the button for the table, I needed to change line 46 in /UI/demographics.xml from
Code:
<Button Anchor="L,T" Size="300,24" Offset="0,0" String="TXT_KEY_DEMOGRAPHICS_TABLES" ID="TablesButton">
Code:
<Button Anchor="L,T" Size="0,24" Offset="0,0" String="TXT_KEY_DEMOGRAPHICS_TABLES" ID="TablesButton">
It's probably an ugly solution, but it works
