Liverpool Skin Work In Progress

  • Thread starter Thread starter ronmaiden
  • Start date Start date
  • Replies Replies 57
  • Views Views 8K
er yeah i think so but its no great hardship doesent cost you nowt just a few minutes of your time

EDIT.........

ronmaiden ive managed to sort the colour problem on the titler bar i have it now fixed colour on squad ,home screen and news screen,ill post details in moring sometime its late now 4:20am
 
Last edited:
This skin is seriously the best thing i've seen anyone produce, any idea on when you'll be finished??
 
er yeah i think so but its no great hardship doesent cost you nowt just a few minutes of your time

EDIT.........

ronmaiden ive managed to sort the colour problem on the titler bar i have it now fixed colour on squad ,home screen and news screen,ill post details in moring sometime its late now 4:20am

Top stuff!!! well done - let me know how to do it and I will amend mine - cheers fella (ps good result yesterday wasn't it!! never been so happy to see Torres subbed :)

---------- Post added at 03:57 PM ---------- Previous post was at 03:56 PM ----------

This skin is seriously the best thing i've seen anyone produce, any idea on when you'll be finished??

Cheers for the positive feedback - I actually have someone testing it at the mo (I'm on a mac so wanna see if it changes on a PC) and depending on feedback I could have it up this week.
 
ok ronmaiden here goes

(id backup your header xml first before doing this just in case)

you need to edit the header xml by changing finding this code:

<!-- coloured bar image -->
<widget class="picture" id="pict" file="interface/titlebar/bar" height="146" rthr="68">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset=""/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>

<!-- set the colour of the image to the team background colour -->
<attachment class="get_global_attachment" get_property="tbcl" set_property="colr"/>
</widget>


and changing it to this:

<!-- coloured bar image -->
<widget class="picture" id="pict" file="interface/titlebar/bar" height="146">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
</widget>


obviously this has my settings for my skin with height etc,so all your doing is deleting the lines with the get property tbcl in them and also deleting the rthr=68

you will also need to make the title bars and you can colour them to your desired colour and put them in graphics/interface/titlebar and call them bar_left bar_right and bar_middle,just create the titlebar folder if its not there

lastly youll probably need to do all the adjustments as mine was abit short in height this can be done via titlebar xml and header xml

also it works if you have overlay bars and also works on the footer just use the same principal as above

hope this all makes sense

ps: yeah was good result i was hoping he didnt score and to see him subbed was funny :)
 
Last edited:
ok ronmaiden here goes

(id backup your header xml first before doing this just in case)

you need to edit the header xml by changing finding this code:

<!-- coloured bar image -->
<widget class="picture" id="pict" file="interface/titlebar/bar" height="146" rthr="68">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset=""/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>

<!-- set the colour of the image to the team background colour -->
<attachment class="get_global_attachment" get_property="tbcl" set_property="colr"/>
</widget>


and changing it to this:

<!-- coloured bar image -->
<widget class="picture" id="pict" file="interface/titlebar/bar" height="146">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0"/>
</widget>


obviously this has my settings for my skin with height etc,so all your doing is deleting the lines with the get property tbcl in them and also deleting the rthr=68

you will also need to make the title bars and you can colour them to your desired colour and put them in graphics/interface/titlebar and call them bar_left bar_right and bar_middle,just create the titlebar folder if its not there

lastly youll probably need to do all the adjustments as mine was abit short in height this can be done via titlebar xml and header xml

also it works if you have overlay bars and also works on the footer just use the same principal as above

hope this all makes sense

ps: yeah was good result i was hoping he didnt score and to see him subbed was funny :)

Top man!! I am planning to work on the skin tonight so will give it a go - thanks for letting me know
 
Ttat worked a treat Dazzy D - I think I have just one more issue if I can pester you for some help - in changing the header so it is red for some reason the main text on the header is also now red but white on the squad screen - I have messed about with the ttcl and tbcl in the titlebar.xml but I either get what I have or a mixture of red and white - I have attached 2 pics to show you what I have at the mo.

Also for the liverpool fans I have amended the header so it now shows the Liverpool greats rather than just members from the current squad.
 
yeah took me a while to figure it out lol was a nitemare but done it by going into the titlebar and changing this code just like you did with the titlebar
change from this:
<!-- main text -->
<container id="tita">
<layout class="arrange_vertical_attachment" alignment="top" offset="3" gap="-3"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>


<!-- title area -->
<widget class="text" id="sect" alignment="centre_x,top" size="20" font="fonts/verabd" multiline="false" auto_size="vertical">
<attachment class="get_global_attachment" get_property="titl" set_property="text"/>

<attachment class="get_global_attachment" get_property="ttcl" set_property="colr"/>
</widget>



to this:
<!-- main text -->
<container id="tita">
<layout class="arrange_vertical_attachment" alignment="top" offset="3" gap="-3"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>

<!-- title area -->

<widget class="text" id="sect" alignment="centre_x,top" colour="white" size="25" font="fonts/verabd" multiline="false" auto_size="vertical">
<attachment class="get_global_attachment" get_property="titl" set_property="text"/>

</widget>


so you basicly just remove the ttcl line again

notice i added the "colour white" to this line of code you will need to do this
<widget class="text" id="sect" alignment="centre_x,top" colour="white" size="25" font="fonts/verabd"

you can put what ever colour you like in,i made my font bigger btw

nearly forgot youll need to do this aswell abit lower down change from this:
<!-- description -->
<widget class="text" id="subs" size="12" alignment="centre" mlti="false" auto_size="all">

<attachment class="get_global_attachment" get_property="subt" set_property="text"/>
<attachment class="get_global_attachment" get_property="ttcl" set_property="colr"/>

to this:
<!-- description -->
<widget class="text" id="subs" size="13" colour="white" alignment="centre" mlti="false" auto_size="all">

<attachment class="get_global_attachment" get_property="subt" set_property="text"/>


so its put ya colour in again and delete the ttcl line
 
Last edited:
Nearly there with this, even found time to make my own background for the main menu! just a couple of tweaks and then I can upload it.
 
It is one of the best skins I've ever seen. How long will it take before it'll be out ? I'm want to play Liverpool after the 11.3 patch comes out.
 
Just downloaded it and it looks great! Really nice.

One question (and sorry if this has been answered elsewhere) - in the future if I wanted to swap out the main background image of Gerrard with the Liverbird or another player but keep the look of how it is implemented, is there a 'how to' on this?
 
To change the background image all you need to do is go into the skins folder, find my skin, then go to graphics and then to backgrounds and replace the file that is there. It is called 'default' and you will need to make sure your new pic is named the same - and that should do it!
 
Back
Top