Jump to content

Prozone stats bar during processing


Pompey1978

Recommended Posts

Yes should be out with full release, which is when we'll be able to start skinning, and unless it has been done in a weird way it should be possible to either recolour the prozone bar or change the text colour to more readable values.

Great news. I take it I'm not the only one who thinks the colours are hard to read?

Link to post
Share on other sites

You can change the colour of the green prozone ticker background by adjusting the rgb values of this colour in the settings file:

<colour name="prozone" red="121" green="177" blue="103" />

If you want to change the text colour from white it's a little more complicated as you'll need to extract the 'panels\game\game processing panel.xml' file from the panels.fmf and locate this section of code near the bottom of the file:

<!-- Ticker with stats -->

<container class="bordered_box" id="tikC" appearance="boxes/custom/solid/paper" height="40" red_replacement="prozone">

<layout class="arrange_horizontal_attachment" layout="190, 2, -1" offset="0" gap="10" />

<layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

<container>

<layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0" />

<layout class="stick_to_sides_attachment" alignment="right" layout_children="true" inset="0" />

<widget class="picture" width="101" image_alignment="right, centre_y" file="icons/custom/prozone/logo" red_replacement="white" scale_picture="true" keep_aspect_ratio="true"/>

</container>

<widget class="picture" file="dividers/standard/vertical/line" />

<widget class="animated_wipe_fade_container" id="tick" wipe_data_trigger_id="text" >

<record id="widget_info" class="label" alignment="left, centre_y" colour="white"/>

</widget>

</container>

And change that bolded colour from white to something else.

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...