Jump to content

FM15 Skinning - Updated file locations


michaeltmurrayuk

Recommended Posts

If anyone is looking through the files for FM15 and has found that something has moved (or you have found the location of something that is hard to locate) please post in this thread.

Please mention version of FM15 - Beta, Demo or Full Game.

For file location please reference the .fmf file the content has been extracted from and the location within that file. i.e. extract from skins.fmf file and found in skins\fm-widgets\graphics\icons\custom\star rating)

For code from xml files please reference the .fmf file it was taken from and the location of the file (i.e. extracted from skins.fmf file and found in skins\fm-widgets\graphics\icons\custom\star rating) and if it's a line of code paste the default line of code (mainly if it's something that can be easily pasted into the settings file for a skin for example).

Please keep it to one item per post (include linked items, i.e. post all the lines that control attribute colours in one post rather than several) to make linking to the posts in future easier.

Template for people to use:

Game Version:

Location of .fmf file taken from:

Location of extracted file:

What the file contains/does and example of code:

Link to post
Share on other sites

Location of the Stars

Game Version: FM15 Demo

Location of .fmf file taken from: skins.fmf

Location of extract files: \skins\fm-widgets\graphics\icons\custom\star rating

What the file contains/does and example of code:

Star locations have been moved for FM15, there are also now three sub folders;

Scouting - Seem to be the old style gold stars. (not sure if even used?)

Senior - New style gold stars, however now seem to be made up of only a couple of files - empty star, full star, half star, unknown full star, unknown half star and half known half unknown star.

Youth - New style silver stars, act same as the new Senior stars as above.

Link to post
Share on other sites

How To Recolour the Sidebar

Game Version: FM15 Demo

Location of .fmf file taken from: settings.fmf

Location of extract files: \settings\fm colours.xml

What the file contains/does and example of code:

The black non-club colour of the sidebar can be recoloured using this code:

<colour name="colour side bar" red="35" green="35" blue="45"/>

To use you'll need to paste the above code into the settings\<skin name> settings.xml file for the skin you are using if the line isn't already present, if using the Default Skins you'll need to download the Base Skins and adjust the value for the Base Skin (above line is already included with the base skins).

If you want to make the non-club coloured sidebar slightly transparent you just need to add the follow code alpha="XXX" to the line where a value of 0 will set the sidebar transparent, 255 will give it no transparency with values inbetween giving it various degress of transparency:

<colour name="colour side bar" red="35" green="35" blue="45" alpha="100"/>

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