Hi, I am trying to add some pictures to some of the lesser known players I have bought from around Europe. can any one help me and tell me where Im going worng?
I have saved the pictures in a folder in mydocuments/sports interactive/graphics
I have added a config.xml file (which I copied from a facpack download I use). I have changed the file name and put in the correct player ID number. When I update the pic's they don't appear. Any help?
Here is what the .xml file says:
<record>
<!-- resource manager options -->
<!-- dont preload anything in this folder -->
<boolean id="dpre" value="true"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- logo 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">
<!-- Extras -->
<record from="Lahtinen95x95" to="graphics/pictures/person/148864/portrait"/>
<record from="Savolainen95x95" to="graphics/pictures/person/517219/portrait"/>
<record from="Smedjegarden95x95" to="graphics/pictures/person/8105475/portrait"/>
<record from="Turunen95x95" to="graphics/pictures/person/523288/portrait"/>
<record from="Puustinen95x95" to="graphics/pictures/person/522470/portrait"/>
</list>
</record>