Pompey1978 Posted November 7, 2015 Share Posted November 7, 2015 Is there/will there be a way to change the colour of the bar from the pale green with white writing? It's so hard to read. Link to post Share on other sites More sharing options...
FMReporter Posted November 7, 2015 Share Posted November 7, 2015 Is there/will there be a way to change the colour of the bar from the pale green with white writing? It's so hard to read. Once we get access to the archiver we will know more about what we can and cannot change. Link to post Share on other sites More sharing options...
Pompey1978 Posted November 7, 2015 Author Share Posted November 7, 2015 Will that come with the full release? I know nothing of these things; the most I've ever done is download other people's skins. Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted November 7, 2015 Share Posted November 7, 2015 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. Link to post Share on other sites More sharing options...
Pompey1978 Posted November 7, 2015 Author Share Posted November 7, 2015 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 More sharing options...
michaeltmurrayuk Posted November 14, 2015 Share Posted November 14, 2015 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.