Page 2 of 2

Re: [UI] Expanded Enemy Window 1.2

Posted: Mon Oct 08, 2018 3:44 am
by mr_easy_money
AnAngryMantis wrote:*snip*
It looks like the "SHIELDS" part has overlap too, see the end of the bar:

Image

but it can probably be easily fixed in the same way;

turn this

Code: Select all

<text name="status_shields">SHIELDS</text>  <!-- Used in combat box for enemy shield status -->
into this

Code: Select all

<text name="status_shields"></text>  <!-- Used in combat box for enemy shield status -->
;edit:
though I guess then the "HULL" part will look more bolded than the rest, which I'm not sure it can be fixed, as it looks tied to the player ship "HULL" so removal like above shouldn't be done. it may then be better to change the image??

Re: [UI] Expanded Enemy Window 1.2

Posted: Tue Dec 25, 2018 12:04 pm
by ahmedoo
Can you upload corrected version? Where can I find that text_misc.xml file? It is not available in mod folder nor in game folders.