Go to the graphics folder you just extracted. If you put it in My Documents navigate to here
My Documents\graphics\pictures\logos\small\clubs\eng\ league one
Copy the leeds.PNG image and paste it in here
D:\My Documents\Sports Interactive\Football Manager 2008\graphics\small.
Now open the config file in that 'small' folder (the one you posted previously) as before and add this line
<record from="leeds" to="graphics/pictures/club/1394631386/icon"/>
underneath this line
<record from="737" to="graphics/pictures/club/737/icon"/>
so that the config looks like this
Code:
<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="602" to="graphics/pictures/club/602/icon"/>
<record from="603" to="graphics/pictures/club/603/icon"/>
<record from="609" to="graphics/pictures/club/609/icon"/>
<record from="612" to="graphics/pictures/club/612/icon"/>
<record from="614" to="graphics/pictures/club/614/icon"/>
<record from="630" to="graphics/pictures/club/630/icon"/>
<record from="645" to="graphics/pictures/club/645/icon"/>
<record from="650" to="graphics/pictures/club/650/icon"/>
<record from="654" to="graphics/pictures/club/654/icon"/>
<record from="676" to="graphics/pictures/club/676/icon"/>
<record from="679" to="graphics/pictures/club/679/icon"/>
<record from="680" to="graphics/pictures/club/680/icon"/>
<record from="685" to="graphics/pictures/club/685/icon"/>
<record from="688" to="graphics/pictures/club/688/icon"/>
<record from="699" to="graphics/pictures/club/699/icon"/>
<record from="702" to="graphics/pictures/club/702/icon"/>
<record from="722" to="graphics/pictures/club/722/icon"/>
<record from="728" to="graphics/pictures/club/728/icon"/>
<record from="735" to="graphics/pictures/club/735/icon"/>
<record from="737" to="graphics/pictures/club/737/icon"/>
<record from="leeds" to="graphics/pictures/club/1394631386/icon"/>
</list>
</record>
Save the config file and close it.
Reload the skin and check to see if the icon now appears next to Leeds in fixtures and in the league table.
Bookmarks