Jump to content

Are background logos (not pictures) a thing anymore?


Mikeonhisboat
 Share

Recommended Posts

So I think the last time I dabbled with skinning was around fm12..... At the time a lot of skins had a larger, faded version of a team's logo used in various places - the skin I used had them in the titlebar of each team behind the main, brighter logo. And behind the player pic in player profile/attribute screens.

I can't find any trace of these logos in game or in the resource archiver files. Are they gone from the game? Sad if so.

If so, is there any xml code I can use to recreate the same effect using the standard logos? So a container, put logo in container, set to all sides attachment - so can control size by changing container eight and width? Then something to make it faded? Is this posible? Poss by putting an overlay in same container? Anyone able to give any advice/sample code?

Link to post
Share on other sites

You can add them into the titlebar using a transperancy value.   

 <widget class="picture" id="lftB" width="225"  file="pictures/logos/background/default/right" transparency="0.3">
 <layout class="stick_to_sides_attachment" alignment="right" inset="0"/>
 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
 <record id="object_property">
 <integer id="get_property" value="mnpc" />
 <integer id="set_property" value="file" />
 </record>
 </widget>

Link to post
Share on other sites

On 03/01/2020 at 15:54, wkdsoul said:

You can add them into the titlebar using a transperancy value.   

 <widget class="picture" id="lftB" width="225"  file="pictures/logos/background/default/right" transparency="0.3">
 <layout class="stick_to_sides_attachment" alignment="right" inset="0"/>
 <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
 <record id="object_property">
 <integer id="get_property" value="mnpc" />
 <integer id="set_property" value="file" />
 </record>
 </widget>

Is this possible on the default 'dark' skin? 

Link to post
Share on other sites

On 05/01/2020 at 18:12, wkdsoul said:

either find one that has it already, and take the titlebar.xml into the default skin folder. or add the above to the default titlebal.xml

 

I am using the base dark skin downloaded from here. Where would I find the default file?

Link to post
Share on other sites

8 hours ago, wkdsoul said:

panels/generic/titlebar

I don't have that folder in my skins folder. The skin I'm using is the base one for download at the top of this page. All I have in the panels folder is 'match'. Would I have to create the 'generic' folder and then place the above code into the 'generic' folder? 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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