Jump to content

England kits


Andysams

Recommended Posts

Hi guys,

I've downloaded a few kit patches they all work fine, except the England home and away kits, they are there for first part of season, then just go back to the default kits. How do I sort this please? I don't know how to config them or change anything, not great on computers. Please can someone baby talk me through it.

Thanks

Link to post
Share on other sites

  • 2 weeks later...
Hi guys,

I've downloaded a few kit patches they all work fine, except the England home and away kits, they are there for first part of season, then just go back to the default kits. How do I sort this please? I don't know how to config them or change anything, not great on computers. Please can someone baby talk me through it.

Thanks

I had the same issue, you needed to add '2009' to the end of line in the xml for the England kits to to show up for the 1st season.

But adding another line without '2009' does not work for the following seasons.

Like this

<list id="maps">

<!-- Auto generated by fmXML -->

<record from="england home" to="graphics/pictures/team/765/kits/home"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2009"/>

</list>

</record>

This worked for the 1st season but not after, i think the England kit is always stuck as a special anniversary kit on FM2010.

So i did find a solution, i just created a new line for each year in the config. I added a line for about 20 years in my xml for the England kits up till 2030.

This makes England kit keep appearing each season up till 2030.

Like this

<list id="maps">

<!-- Auto generated by fmXML -->

<record from="england home" to="graphics/pictures/team/765/kits/home"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2009"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2010"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2011"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2012"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2013"/>

<record from="england home" to="graphics/pictures/team/765/kits/home/2014"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2009"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2010"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2011"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2012"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2013"/>

<record from="england away" to="graphics/pictures/team/765/kits/away/2014"/>

...................................

......................................... and so on.

</list>

</record>

This as worked for me. :thup:

Link to post
Share on other sites

Archived

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

×
×
  • Create New...