Jump to content

[SKIN] [FM2014] j4y_z's Extended Dark Skin


j4y_z

Recommended Posts

Hey guys.

Here it is: a Skin for all of you who like the official Dark Skin from SI, but don't want to miss out on transparency and backgrounds.

Personally, I don't like completely transparent skins as they often make some parts really hard to read. That's why I made this skin.

Basically I just used the original boxes and set their opacity to 70%.

Additionally, I added panels for stadium pictures and background logos in the title bar.

Maybe someone likes it, too. :)

Download:

https://dl.dropboxusercontent.com/u/11637939/FM/j4y_z%20Extended%20Dark.zip

You need to install the official Dark Skin first!

Screenshots:

18666A6B40024AC7DFF39B8B7B8FF8858C11F57A

8F51C35C9B1DF321CF12DE952075E9B254766C1A

BC60844EB718F982B423F88EC6B40541C12E8DA4

70830802F67FB3BDB0A68C1CCDFB30F105894FE7

18F1DD15AC6D87CF06D61874E37F751D2EF35A50

DF8A54757153619FED8F65C6E84E98776C4AC2DF

Feel free to republish or modify in any way.

Link to post
Share on other sites

The panels are just the default panels that come with the dark skin, no editing here except the squad number left of the player picture. I increased the size.

As for the boxes, those are the default ones, too, I just reduced their opacity to 70%.

You're talking about the background logos in the title bar? Those are the ones from the Shiny Logos which you can get on sortitoutsi.net

Thanks. :)

Link to post
Share on other sites

The panels are just the default panels that come with the dark skin, no editing here except the squad number left of the player picture. I increased the size.

As for the boxes, those are the default ones, too, I just reduced their opacity to 70%.

You're talking about the background logos in the title bar? Those are the ones from the Shiny Logos which you can get on sortitoutsi.net

Thanks. :)

Yeah I meant the ones in the title bar. Ive got the same logos but the skin I am using doesn't show them, so I was wandering how you managed to get them to show up.

Link to post
Share on other sites

Just put this inside titlebar.xml and team titlebar.xml:

<container id="BkLg">

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

<!-- Right Side Logo

<widget class="picture" id="rgtB" auto_size="all" file="pictures/logos/background/default/left">

<layout class="stick_to_sides_attachment" alignment="top,right" inset="0"/>

<record id="object_property">

<integer id="get_property" value="sbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

-->

<!-- Left Side Background Logo -->

<widget class="picture" id="lftB" auto_size="all" file="pictures/logos/background/default/right">

<layout class="stick_to_sides_attachment" alignment="top,left" inset="0"/>

<record id="object_property">

<integer id="get_property" value="mbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

</container>

Link to post
Share on other sites

Just put this inside titlebar.xml and team titlebar.xml:

<container id="BkLg">

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

<!-- Right Side Logo

<widget class="picture" id="rgtB" auto_size="all" file="pictures/logos/background/default/left">

<layout class="stick_to_sides_attachment" alignment="top,right" inset="0"/>

<record id="object_property">

<integer id="get_property" value="sbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

-->

<!-- Left Side Background Logo -->

<widget class="picture" id="lftB" auto_size="all" file="pictures/logos/background/default/right">

<layout class="stick_to_sides_attachment" alignment="top,left" inset="0"/>

<record id="object_property">

<integer id="get_property" value="mbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

</container>

Brilliant thanks a lot

Link to post
Share on other sites

Love that you have been able to modify the dark skin for use with backgrounds.

Is there any chance you could do the same for the default white skin too?

Yes, it's possible. Actually, footballmanager.co is doing exactly this, which is why I won't do it. :D

http://community.sigames.com/showthread.php/378289-FM14-WIP-Flat-Base-Skin-v1.0

Just to clarify: enabling the backgrounds was 1 line of xml code in the settings file, this line I got from the backgrounds thread, so it's basically not my effort at all. :)

Link to post
Share on other sites

This is my favorite skin but i really hate the half table look. I think it would be perfect with a full screen table.

I agree, the league tables look a bit bare with all the space on the right.

On a side note and I know that you aren't doing it as I have asked before, but do you have a guide on how you created this skin because I would really like to do the same for the white default skin

Link to post
Share on other sites

i want exactly what you've got j4y_z in those screenshots. downloaded the file & changed to the skin & my game screen just went completely black. I've got the fm dark skin, not sure if thats the one you have to download first. what went wrong? what folder does the background pictures have to go in?

Link to post
Share on other sites

my skin folder looks like this

fm2013fmv dark

fm2013fmv dark-widgets

jyy_z extended dark

go to preferences - clear cache & choose the extended dark from the drop down & reload the skin - then everything just goes black? is it because i do it during a saved game.

Link to post
Share on other sites

j4y_z - are those title bar logos the shiny logos 13' from sortioutsi?

then you add this to the title bar & team title bar in any position of that xml. file

<container id="BkLg">

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

<!-- Right Side Logo

<widget class="picture" id="rgtB" auto_size="all" file="pictures/logos/background/default/left">

<layout class="stick_to_sides_attachment" alignment="top,right" inset="0"/>

<record id="object_property">

<integer id="get_property" value="sbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

-->

<!-- Left Side Background Logo -->

<widget class="picture" id="lftB" auto_size="all" file="pictures/logos/background/default/right">

<layout class="stick_to_sides_attachment" alignment="top,left" inset="0"/>

<record id="object_property">

<integer id="get_property" value="mbpc" />

<integer id="set_property" value="file" />

</record>

</widget>

</container>

Link to post
Share on other sites

Hi me again!!

After reading through the thread so far I came across the conversation about getting the competition background logos to show up in the top right of the titlebar. I read what you said but I didn't understand it to be honest. Can you explain in dummy terms how I can get them to show up?

Thanks

Link to post
Share on other sites

Hi me again!!

After reading through the thread so far I came across the conversation about getting the competition background logos to show up in the top right of the titlebar. I read what you said but I didn't understand it to be honest. Can you explain in dummy terms how I can get them to show up?

Thanks

https://dl.dropboxusercontent.com/u/11637939/FM/titlebar_logos_right.zip

Just extract this archive into

C:\Users\<user>\Documents\Sports Interactive\Football Manager 2014\skins\j4y_z Extended Dark\panels

Replace existent files.

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...