Would anyone be able to create a config.xml file for this player?

louiscfc

Member
Joined
Apr 2, 2012
Messages
1,369
Reaction score
0
Points
0
Hi guys

I am struggling to put a player face into the game and apparently need to create a config.xml file in order for the game to recognise the picture. Do I have to do this myself or would someone else be able to do it for me?

Here is the photo if it is possible to do or if anyone can be asked:
View attachment 363921 Cheers for any help in advance, it would be appreciated a lot :)

EDIT: I'm a complete ****** when it comes to this sort of stuff so if it impossible to do or whatever then there's your reasoning behind it!
 
Last edited:
It's quite simple ...
First of all you've to put the image in the folder graphics/faces/ under Documents/SI/FM13/ (abbreviated)
Second you have to rename the picture as xxxxxxx.png where xxxxxxx stands for the unique ID of the player (you could find this value setting in the general visual preferences of FM13 "Show unique ID" or something like that ...
Third in the same directory you've to create a XML file with this structure:


<record>

<boolean id="preload" value="false"/>

<boolean id="amap" value="false"/>

<list id="maps">

<record from="xxxxxxx" to="graphics/pictures/person/xxxxxxx/portrait"/>

</list>

</record>


Where you've to substitute the xxxxxxx with the unique ID of the player ...

If you want add more pictures just need to edit this file and simple add the line:
<record from="yyyyyyy" to="graphics/pictures/person/yyyyyyy/portrait"/>
under that one with the xxxxxxx, simple substituing the yyyyyyy with the unique ID of the new player

Hope to be helpful for you :)
 
Top