I am trying to put stadium pics as the background for the relevant club's match screen.
I have saved the pics as such:
C
Documents and Settings\Roger\My Documents\Sports Interactive\Football Manager 2008\graphics\backgrounds\hol\eredivisie
The XML file is as such:
Quote:
<record>
<!-- resource manager options -->
<!-- dont preload or cache anything in this folder -->
<boolean id="preload" value="false"/>
<boolean id="cache" value="false"/>
<!-- turn on auto mapping -->
<boolean id="amap" value="true"/>
<list id="maps">
<!-- Dutch teams -->
<record from="ajax" to="graphics/pictures/stadium/1417/background"/>
<record from="az" to="graphics/pictures/stadium/37002796/background"/>
<record from="de graafschap" to="graphics/pictures/stadium/1420/background"/>
<record from="excelsor" to="graphics/pictures/stadium/1424/background"/>
<record from="feyenoord" to="graphics/pictures/stadium/1431/background"/>
<record from="groningen" to="graphics/pictures/stadium/1426/background"/>
<record from="heerenveen" to="graphics/pictures/stadium/1444/background"/>
<record from="hercules" to="graphics/pictures/stadium/128401/background"/>
<record from="nac" to="graphics/pictures/stadium/1438/background"/>
<record from="nec" to="graphics/pictures/stadium/1439/background"/>
<record from="psv" to="graphics/pictures/stadium/1440/background"/>
<record from="roda" to="graphics/pictures/stadium/1443/background"/>
<record from="sparta" to="graphics/pictures/stadium/7200005/background"/>
<record from="twente" to="graphics/pictures/stadium/1427/background"/>
<record from="utrecht" to="graphics/pictures/stadium/1428/background"/>
<record from="vitesse" to="graphics/pictures/stadium/1450/background"/>
<record from="vvv venlo" to="graphics/pictures/stadium/1451/background"/>
<record from="willem" to="graphics/pictures/stadium/1452/background"/>
</list>
My Skin cache is off and Always Rebuild Skin is ticked.
Any suggestions??