Problems creating xml-file with new player portrait

wolfen2000

Member
Joined
Dec 27, 2010
Messages
96
Reaction score
0
Points
0
Hello little Mourinhos,

I created a new player in the editor by duplicating and renaming a default one. I crosschecked the IDs and there where different. But by creating an xml-file with fmXML there appears no picture on the new player`s page. The player appears in the squad with statistics and all his figures.

I then crosschecked if there`s something wrong with the new png-portrait - but it appears if I give it another existing ID of another player. Therefore there is no problem graphicwise.

Here i post you the xml-text concerning IDs. The third from above is my new player :

<list id="maps">
<!-- Auto generated by fmXML -->
<record from="100007" to="graphics/pictures/person/100007/portrait"/>
<record from="104423" to="graphics/pictures/person/104423/portrait"/>
<record from="1394631446" to="graphics/pictures/person/1394631446/portrait"/>
<record from="16007999" to="graphics/pictures/person/16007999/portrait"/>
<record from="169" to="graphics/pictures/person/169/portrait"/>
<record from="316202" to="graphics/pictures/person/316202/portrait"/>
<record from="3600315" to="graphics/pictures/person/3600315/portrait"/>
<record from="3604904" to="graphics/pictures/person/3604904/portrait"/>
<record from="4025" to="graphics/pictures/person/4025/portrait"/>
<record from="408" to="graphics/pictures/person/408/portrait"/>
<record from="500187" to="graphics/pictures/person/500187/portrait"/>
<record from="5156" to="graphics/pictures/person/5156/portrait"/>
<record from="82" to="graphics/pictures/person/82/portrait"/>
<record from="890155" to="graphics/pictures/person/890155/portrait"/>
<record from="thumbs" to="graphics/pictures/person/0/portrait"/>
</list>

Is everything`s okay in the xml ? Any suggestions ??
 
only thing that looks odd is
<record from="thumbs" to="graphics/pictures/person/0/portrait"/>

Everything else looks in order
 
Top