Jump to content

FM2007 logo syntax


Jono99

Recommended Posts

Hi there,

Could someone please help with loading up international team logos. I can get club logos to load up and appear but not national. I think i might have the wrong syntax in my config.xml:

<record from="europe/Italy" to="graphics/pictures/nation/776/logo" />

Thank you

Link to post
Share on other sites

Hi there,

Could someone please help with loading up international team logos. I can get club logos to load up and appear but not national. I think i might have the wrong syntax in my config.xml:

<record from="europe/Italy" to="graphics/pictures/nation/776/logo" />

Thank you

Are the logos in the same folder as the xml file? If they are, remove the europe/ bit, as that's making it look in a subfolder.

Link to post
Share on other sites

I have, yes. I've made sure of all of that. And i know it cant be that because i've edited and added new club logos and they've appeared fine. I just cant get country logos to appear, so my immediate thought was that my syntax in the config file is wrong.

Link to post
Share on other sites

I hope this makes sense....

<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">

<!-- Europe -->

<record from="Albania" to="graphics/pictures/nation/752/logo"/>

<record from="Austria" to="graphics/pictures/nation/755/logo"/>

<record from="Belgium" to="graphics/pictures/nation/757/logo"/>

<record from="Bulgaria" to="graphics/pictures/nation/760/logo"/>

<record from="Croatia" to="graphics/pictures/nation/761/logo"/>

<record from="Cyprus" to="graphics/pictures/nation/762/logo"/>

<record from="CzechRepublic" to="graphics/pictures/nation/763/logo"/>

<record from="Denmark" to="graphics/pictures/nation/764/logo"/>

<record from="England" to="graphics/pictures/nation/765/logo"/>

<record from="FaroeIslands" to="graphics/pictures/nation/767/logo"/>

<record from="Finland" to="graphics/pictures/nation/768/logo"/>

<record from="France" to="graphics/pictures/nation/769/logo"/>

<record from="Germany" to="graphics/pictures/nation/771/logo"/>

<record from="Greece" to="graphics/pictures/nation/772/logo"/>

<record from="Hungary" to="graphics/pictures/nation/773/logo"/>

<record from="Iceland" to="graphics/pictures/nation/774/logo"/>

<record from="Ireland" to="graphics/pictures/nation/789/logo"/>

<record from="Israel" to="graphics/pictures/nation/775/logo"/>

<record from="Italy" to="graphics/pictures/nation/776/logo"/>

<record from="Netherlands" to="graphics/pictures/nation/784/logo"/>

<record from="NorthernIreland" to="graphics/pictures/nation/785/logo"/>

<record from="Norway" to="graphics/pictures/nation/786/logo"/>

<record from="Poland" to="graphics/pictures/nation/787/logo"/>

<record from="Portugal" to="graphics/pictures/nation/788/logo"/>

<record from="Romania" to="graphics/pictures/nation/790/logo"/>

<record from="Russia" to="graphics/pictures/nation/791/logo"/>

<record from="SanMarino" to="graphics/pictures/nation/792/logo"/>

<record from="Scotland" to="graphics/pictures/nation/793/logo"/>

<record from="Slovakia" to="graphics/pictures/nation/794/logo"/>

<record from="Slovenia" to="graphics/pictures/nation/795/logo"/>

<record from="Spain" to="graphics/pictures/nation/796/logo"/>

<record from="Sweden" to="graphics/pictures/nation/797/logo"/>

<record from="Switzerland" to="graphics/pictures/nation/798/logo"/>

<record from="Turkey" to="graphics/pictures/nation/799/logo"/>

<record from="Ukraine" to="graphics/pictures/nation/800/logo"/>

<record from="Wales" to="graphics/pictures/nation/801/logo"/>

<!-- Asia -->

<record from="Australia" to="graphics/pictures/nation/1435/logo"/>

<record from="China" to="graphics/pictures/nation/110/logo"/>

<record from="Korea" to="graphics/pictures/nation/135/logo"/>

<record from="NewZealand" to="graphics/pictures/nation/1438/logo"/>

<!-- Americas -->

<record from="Argentina" to="graphics/pictures/nation/1649/logo"/>

<record from="Canada" to="graphics/pictures/nation/364/logo"/>

<record from="UnitedStates" to="graphics/pictures/nation/390/logo"/>

<!-- Africa -->

<record from="Egypt" to="graphics/pictures/nation/16/logo"/>

<record from="SAFA" to="graphics/pictures/nation/45/logo"/>

</list>

</record>

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...