Jump to content

Created Team - Faces??


DB11

Recommended Posts

Hi

I have created my own team but I was wondering what I have to do to get pictures of there faces into the game. I know I have to use a config.xml and I have a blank one but I don't know what to put in it.

Could anyone please help me?

Thanks

Link to post
Share on other sites

You need to enter this:

<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="allardyce" to="graphics/pictures/person/2020301/portrait"/>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<record from="o'neill" to="graphics/pictures/person/2020273/portrait"/>

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

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

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

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

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

</list>

</record>

Link to post
Share on other sites

<record from="carlisle_third" to="graphics/pictures/team/626/kits/third"/>

<record from="cheltenham_home" to="graphics/pictures/team/631/kits/home"/>

<record from="cheltenham_away" to="graphics/pictures/team/631/kits/away"/>

<record from="cheltenham_third" to="graphics/pictures/team/631/kits/third"/>

Link to post
Share on other sites

<record from="carlisle_third" to="graphics/pictures/team/626/kits/third"/>

<record from="cheltenham_home" to="graphics/pictures/team/631/kits/home"/>

<record from="cheltenham_away" to="graphics/pictures/team/631/kits/away"/>

<record from="cheltenham_third" to="graphics/pictures/team/631/kits/third"/>

Thanks! :)

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...