Jump to content

[FM14] Cachirro's Edits


cachirro

Recommended Posts

Every year i tweak around the base skin to give it some minor tweaks to my linking, now i've decided to share the mods i do, maybe someone will wan them, feel free to use them.

Like i said, i just do this for personal enjoyment, so it will be made for my game settings (windowed 1680x1050) and my likings.

CACHIRRO'S MODS LIST:

  • 3D Match View > GO
  • 3D Match Widgets Color > GO
  • Cursors > GO
  • Icons > GO
  • Inbox Colors > GO
  • Inbox Match Report > GO
  • Inbox Team Report > GO
  • Match Title Bar > GO
  • Match Title Bar Fullscreen > GO

Link to post
Share on other sites

1. NEW INBOX TEAM REPORT

wxk6.png

In Game Screen:

fnfx.th.png

Changed files:

Panels: inbox content with team report panel

Additional Help:

For the colors in the chart, change this in you skin settings: (i've created a gradient system, from 0% to 100% increasing brightness)

  <colour name="goals_scored_0_colour"      red="0"   green="0" blue="0"/>
 <colour name="goals_scored_1_10_colour"   red="35"  green="0" blue="0"/>
 <colour name="goals_scored_11_20_colour"  red="70"  green="0" blue="0"/>
 <colour name="goals_scored_21_30_colour"  red="100" green="0" blue="0"/>
 <colour name="goals_scored_31_40_colour"  red="130" green="0" blue="0"/>
 <colour name="goals_scored_41_50_colour"  red="155" green="0" blue="0"/>
 <colour name="goals_scored_51_60_colour"  red="175" green="0" blue="0"/>
 <colour name="goals_scored_61_70_colour"  red="195" green="0" blue="0"/>
 <colour name="goals_scored_71_80_colour"  red="215" green="0" blue="0"/>
 <colour name="goals_scored_81_90_colour"  red="235" green="0" blue="0"/>
 <colour name="goals_scored_91_100_colour" red="255" green="0" blue="0"/>
 <colour name="goals_scored_76_100_colour" red="255" green="0" blue="0"/>

 <colour name="goals_conceded_0_colour"      red="0" green="0"   blue="0"/>
 <colour name="goals_conceded_1_10_colour"   red="0" green="35"  blue="0"/>
 <colour name="goals_conceded_11_20_colour"  red="0" green="70"  blue="0"/>
 <colour name="goals_conceded_21_30_colour"  red="0" green="100" blue="0"/>
 <colour name="goals_conceded_31_40_colour"  red="0" green="130" blue="0"/>
 <colour name="goals_conceded_41_50_colour"  red="0" green="155" blue="0"/>
 <colour name="goals_conceded_51_60_colour"  red="0" green="175" blue="0"/>
 <colour name="goals_conceded_61_70_colour"  red="0" green="195" blue="0"/>
 <colour name="goals_conceded_71_80_colour"  red="0" green="215" blue="0"/>
 <colour name="goals_conceded_81_90_colour"  red="0" green="235" blue="0"/>
 <colour name="goals_conceded_91_100_colour" red="0" green="255" blue="0"/>
 <colour name="goals_conceded_76_100_colour" red="0" green="255" blue="0"/>

Download: (unpack to skin folder, ex: C:\Documents\Sports Interactive\Football Manager 2014\skins\SKIN-NAME\)

http://www.sendspace.com/file/3qmwk5

Link to post
Share on other sites

Dropped this into my panels folder, nothings changed?

you must have them in Documents\Sports Interactive\Football Manager 2014\skins\SKIN-NAME\panels\news_item_panels\inbox content with team report panel.xml

see what you did wrong. i won't state the obvious (just this time), like reload the skin and have "use skin cache" turned off and "reload skin" turned on in options.

Link to post
Share on other sites

added full in game screens so people can see what to expect, of course, in a different skin the main theme is different, but it helps to get the picture. And don't forget that if you want those colors in the goals chart, you need to edit your skin settings xml, and maybe use your own coloring system :p

Link to post
Share on other sites

Thanks. What happened to the attendance though?

I added it back in, maybe it doesn't fit properly in all resolutions.

If you have a higher resolution like me, just add the following code into the xml:

<!-- weather and attendance -->

<container class="plain_box" height="40">

<layout class="arrange_horizontal_attachment" layout="120, -1" gap="60"/>

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

<widget class="weather_indicator_panel" id="weic" spec="text" alignment="left">

<boolean id="show_weather_label" value="false"/>

<boolean id="show_weather_icon" value="true"/>

<boolean id="show_temperature_on_icon" value="true"/>

<layout class="stick_to_sides_attachment" alignment="left"/>

</widget>

<container height="40">

<layout class="arrange_horizontal_attachment" layout="-1, -1"/>

<layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>

<widget class="text" auto_size="all" spec="text" colour="text">

<translation id="text" translation_id="247242" type="use" value="Attendance"/>

<layout class="arrange_vertical_attachment" alignment="middle"/>

</widget>

<widget class="text" id="atnw" auto_size="all" spec="text" colour="text" size="12">

<layout class="arrange_vertical_attachment" alignment="middle"/>

</widget>

</container>

</container>

Result:

8vjh.jpg

Link to post
Share on other sites

Looking good. Tweaked the assist locations to make them white and not black.

h7kg.png

I noticed, at least with me, that the logo was "blown up", see screenshot

I corrected that by adding scale_picture="true" in the xml

Portion for logo in lines 55-65 should look like:

<!-- team details -->

<container height="200">

<layout class="arrange_horizontal_attachment" layout="180, -2, -1" offset="0" gap="8"/>

<layout class="stick_to_sides_attachment" alignment="top" inset="5" layout_children="true"/>

<widget class="client_object_logo_picture" id="tmlg" height="180" width="180" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">

<layout class="centre_in_parent_attachment" alignment="all" />

</widget>

</container>

Screenshots before and after:

7u1n.jpg

2yam.jpg

Link to post
Share on other sites

I added it back in, maybe it doesn't fit properly in all resolutions.

If you have a higher resolution like me, just add the following code into the xml:

<!-- weather and attendance -->

<container class="plain_box" height="40">

<layout class="arrange_horizontal_attachment" layout="120, -1" gap="60"/>

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

<widget class="weather_indicator_panel" id="weic" spec="text" alignment="left">

<boolean id="show_weather_label" value="false"/>

<boolean id="show_weather_icon" value="true"/>

<boolean id="show_temperature_on_icon" value="true"/>

<layout class="stick_to_sides_attachment" alignment="left"/>

</widget>

<container height="40">

<layout class="arrange_horizontal_attachment" layout="-1, -1"/>

<layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>

<widget class="text" auto_size="all" spec="text" colour="text">

<translation id="text" translation_id="247242" type="use" value="Attendance"/>

<layout class="arrange_vertical_attachment" alignment="middle"/>

</widget>

<widget class="text" id="atnw" auto_size="all" spec="text" colour="text" size="12">

<layout class="arrange_vertical_attachment" alignment="middle"/>

</widget>

</container>

</container>

Result:

8vjh.jpg

thanks for the help mate, but i wanted it on the right of player picture, but the tip remains, maybe other users want to use it.

Link to post
Share on other sites

I noticed, at least with me, that the logo was "blown up", see screenshot

I corrected that by adding scale_picture="true" in the xml

Portion for logo in lines 55-65 should look like:

<!-- team details -->

<container height="200">

<layout class="arrange_horizontal_attachment" layout="180, -2, -1" offset="0" gap="8"/>

<layout class="stick_to_sides_attachment" alignment="top" inset="5" layout_children="true"/>

<widget class="client_object_logo_picture" id="tmlg" height="180" width="180" scale_picture="true" keep_aspect_ratio="true" image_alignment="centre">

<layout class="centre_in_parent_attachment" alignment="all" />

</widget>

</container>

Screenshots before and after:

7u1n.jpg

2yam.jpg

that doesn't happens on my side, i've done it to my exact logos size 180x180, so it works perfect, but maybe you have different size logos that's why you had those cuts. So, the tip remains in case any one needs it.

Link to post
Share on other sites

Any of you guys know what's going on with some features showing white bars like in league table turning the text impossible to read ???? I have this problem with all skins with exception for the default skin and the base skin.

don't know what you're talking about, maybe you could show us some screen.

Link to post
Share on other sites

6. 3D MATCH VIEW

xkam.png

In Game Screen:

fcg4.png

Changed files:

Panels: match caption panel, match commentary, match full window, match goal update, match goal update floating, match goal update small, match league table panel, match league table panel live, match settings panel, match stats, match stats floating, match team stats floating, match team stats short, match team stats table, match team stats table short, match time slider, match time slider game panel

Graphics: boxes\matches

Additional Help:

What will you get?

- bigger caption panel

- players stats, game stats and last events widgets tweaked, for example, you get to see assists in the players stats (had more data, but disabled it for space sake, but it's in the file for who wants it)

- darker background for all widgets

- small changes in timeline bars

(i have the 3 widgets in that left side, but of course, you can move them to wherever you want)

Download: (unpack to skin folder, ex: C:\Documents\Sports Interactive\Football Manager 2014\skins\SKIN-NAME\)

http://www.sendspace.com/file/af34c2

Link to post
Share on other sites

Any of you guys know what's going on with some features showing white bars like in league table turning the text impossible to read ???? I have this problem with all skins with exception for the default skin and the base skin.

I read on another post that the issue with the white texts has to do with the official dark skin being installed.

You had the problem with every skin , so it was obvious that it had nothing to do with the skins themselves , luckily one guy sorted it out, he wrote:

"I was having the same problem mate but finally sorted it out. All i did was remove the official dark skin completely from the computer via the "Downloads" option on the main screen and the steam workshop area, then cleared my cache in preferences then reloaded the skin. now working perfectly!"

Hope this does the trick!

Link to post
Share on other sites

7. MATCH WIDGETS STYLE

ysl6.png

In Game Screen:

c8gf.png

Changed files:

Graphics: boxes\match\widgets\

Additional Help:

i had to give up on the transparent version, because i couldn't change some text colors.

Download: (unpack to skin folder, ex: C:\Documents\Sports Interactive\Football Manager 2014\skins\SKIN-NAME\)

black version > http://www.sendspace.com/file/l7pdti

red version > http://www.sendspace.com/file/to49b2

Link to post
Share on other sites

I read on another post that the issue with the white texts has to do with the official dark skin being installed.

You had the problem with every skin , so it was obvious that it had nothing to do with the skins themselves , luckily one guy sorted it out, he wrote:

"I was having the same problem mate but finally sorted it out. All i did was remove the official dark skin completely from the computer via the "Downloads" option on the main screen and the steam workshop area, then cleared my cache in preferences then reloaded the skin. now working perfectly!"

Hope this does the trick!

Thanks.

I've solved it. The problem was with some panels, after searching one by one I managed to find which ones and I have removed it :-)

Link to post
Share on other sites

9. RESTYLED ICONS

In Game Screen:

fixtures

mukt.th.png

stars and morale

v56v.th.png

Changed files:

Graphics: icons\fixture, icons\morale, icons\stars

Additional Help:

Included are 3 MODs, new stars (gold, large and youth), new fixture icons, and new morale icons.

Download: (unpack to skin folder, ex: C:\Documents\Sports Interactive\Football Manager 2014\skins\SKIN-NAME\)

http://www.sendspace.com/file/dv5kp2

Link to post
Share on other sites

  • 2 weeks later...

Archived

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

  • Recently Browsing   0 members

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