I'm trying out creating new photos for ingame. So I'm only trying to do one photo at the moment - that of Andrea Barzagli - Palermo.
Anyway - I copied a config file from another download. Created the image 140 x 180 as a PNG and saved it in the Graphics folder in my game.
I've done the Untick Skin Cache button , with still no joy.
Here's whats in my config:
Quote:
|
<record from="AndreaBarzagli" to="graphics/pictures/person/6100324/portrait"/>
|
Quote:
<record>
<!-- resource manager options -->
<!-- dont preload anything in this folder -->
<boolean id="preload" value="false"/>
<!-- 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">
<!-- Auto generated by fmXML -->
<record from="AndreaBarzagli" to="graphics/pictures/person/6100324/portrait"/>
</list>
</record>
|