Firstly, navigate to:
YOUR DOCUMENTS / Sports Interactive / Football Manager 2010
If you see a folder in there named Graphics open it, if you don't see one, create it.
In the graphics folder create another folder called Logos.
In the logos folder create another folder called MyTeam (or something that is easily recognisable to you.)
Now open Notepad and copy the following into it --
<record>
<!-- resource manager options -->
<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- picture mappings -->
<!-- the following XML maps pictures inside this folder into other positions
in the resource system, which allows this folder to be dropped into any
place in the graphics folder and still have the game pick up the graphics
files from the correct places
-->
<list id="maps">
<record from="
PUT THE NAME OF BG LOGO HERE" to="graphics/pictures/club/
PUT YOUR TEAM'S UNIQUE HERE/logo/background/left"/>
<record from="
PUT THE NAME OF BG LOGO HERE" to="graphics/pictures/club/
PUT YOUR TEAM'S UNIQUE HERE/logo/background/right"/>
<record from="
PUT THE NAME OF NORMAL LOGO HERE" to="graphics/pictures/club/
PUT YOUR TEAM'S UNIQUE HERE/logo"/>
<record from="
PUT THE NAME OF HUGE LOGO HERE" to="graphics/pictures/club/
PUT YOUR TEAM'S UNIQUE HERE/logo/huge"/>
<record from="
PUT THE NAME OF SMALL LOGO HERE" to="graphics/pictures/club/
PUT YOUR TEAM'S UNIQUE HERE/icon"/>
</list>
</record>
Go to Save As and save this file as
config (with the file extension
.xml) in the folder mentioned at the top of this post. Note: the Unique ID of your team can be found in the editor.
Now resize and edit your images to suit (look at the images attached for guidelines on sizes and what they should look like) and save them in the
same place as the config file. The images must have the file extension
.png
Restart your game and go to: preferences / display and sound -- and check the box that says Always Reload Skin on Confirm and uncheck the box that says Use Skin Cache.
Click Confirm and play as normal.