so i created myself to play for my home team later on i decided to see if i could add a picture to it did the picture added it to the player potrait folder of my unique id and made the config file down correctly the config shows <?xml version="1.0"?>
-<record>
-<list id="maps">
-<record>
<string id="from" value="1915386805"/>
<string id="to" value="graphics/pictures/person/1915386805/portrait"/>
</record>
</list>
</record>
but when i enter the game the pciture doesnt show up
Just open an existing config file with notepad++ and duplicate a line and change the numbers to match your new player's ID, that's all, then put your image in the same folder, make sure it's a PNG file and the same dimensions as the others, then reload skin and untick 'use caching'
Below is everything in a config file, with one player, just copy/paste that line and add your numbers, save, close before loading
<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="67179155" to="graphics/pictures/person/67179155/portrait"/>
</list>
</record>