Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created November 5, 2014 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonnybarnes/bf78fd02d4599fd7c7c0 to your computer and use it in GitHub Desktop.
Save jonnybarnes/bf78fd02d4599fd7c7c0 to your computer and use it in GitHub Desktop.
EPL kits for FM15
<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="arsenal away" to="graphics/pictures/team/602/kits/away"/>
<record from="arsenal home" to="graphics/pictures/team/602/kits/home"/>
<record from="arsenal third" to="graphics/pictures/team/602/kits/third"/>
<record from="astonvilla away" to="graphics/pictures/team/603/kits/away"/>
<record from="astonvilla home" to="graphics/pictures/team/603/kits/home"/>
<record from="burnley away" to="graphics/pictures/team/622/kits/away"/>
<record from="burnley home" to="graphics/pictures/team/622/kits/home"/>
<record from="burnley third" to="graphics/pictures/team/622/kits/third"/>
<record from="chelsea away" to="graphics/pictures/team/630/kits/away"/>
<record from="chelsea home" to="graphics/pictures/team/630/kits/home"/>
<record from="chelsea third" to="graphics/pictures/team/630/kits/third"/>
<record from="cpfc away" to="graphics/pictures/team/642/kits/away"/>
<record from="cpfc home" to="graphics/pictures/team/642/kits/home"/>
<record from="everton away" to="graphics/pictures/team/650/kits/away"/>
<record from="everton home" to="graphics/pictures/team/650/kits/home"/>
<record from="everton third" to="graphics/pictures/team/650/kits/third"/>
<record from="hull away" to="graphics/pictures/team/665/kits/away"/>
<record from="hull home" to="graphics/pictures/team/665/kits/home"/>
<record from="hull third" to="graphics/pictures/team/665/kits/third"/>
<record from="leicester home" to="graphics/pictures/team/673/kits/home"/>
<record from="leicester away" to="graphics/pictures/team/673/kits/away"/>
<record from="leicester third" to="graphics/pictures/team/673/kits/third"/>
<record from="liverpool away" to="graphics/pictures/team/676/kits/away"/>
<record from="liverpool home" to="graphics/pictures/team/676/kits/home"/>
<record from="liverpool third" to="graphics/pictures/team/676/kits/third"/>
<record from="mancity away" to="graphics/pictures/team/679/kits/away"/>
<record from="mancity home" to="graphics/pictures/team/679/kits/home"/>
<record from="mancity third" to="graphics/pictures/team/679/kits/third"/>
<record from="manutd away" to="graphics/pictures/team/680/kits/away"/>
<record from="manutd home" to="graphics/pictures/team/680/kits/home"/>
<record from="manutd third" to="graphics/pictures/team/680/kits/third"/>
<record from="newcastle away" to="graphics/pictures/team/688/kits/away"/>
<record from="newcastle home" to="graphics/pictures/team/688/kits/home"/>
<record from="newcastle third" to="graphics/pictures/team/688/kits/third"/>
<record from="qpr home" to="graphics/pictures/team/701/kits/home"/>
<record from="qpr away" to="graphics/pictures/team/701/kits/away"/>
<record from="qpr third" to="graphics/pictures/team/701/kits/third"/>
<record from="southampton home" to="graphics/pictures/team/713/kits/home"/>
<record from="southampton away" to="graphics/pictures/team/713/kits/away"/>
<record from="stoke away" to="graphics/pictures/team/721/kits/away"/>
<record from="stoke home" to="graphics/pictures/team/721/kits/home"/>
<record from="sunderland away" to="graphics/pictures/team/722/kits/away"/>
<record from="sunderland home" to="graphics/pictures/team/722/kits/home"/>
<record from="swansea away" to="graphics/pictures/team/724/kits/away"/>
<record from="swansea home" to="graphics/pictures/team/724/kits/home"/>
<record from="tottenham away" to="graphics/pictures/team/728/kits/away"/>
<record from="tottenham home" to="graphics/pictures/team/728/kits/home"/>
<record from="tottenham third" to="graphics/pictures/team/728/kits/third"/>
<record from="wba away" to="graphics/pictures/team/734/kits/away"/>
<record from="wba home" to="graphics/pictures/team/734/kits/home"/>
<record from="west ham away" to="graphics/pictures/team/735/kits/away"/>
<record from="west ham home" to="graphics/pictures/team/735/kits/home"/>
<record from="west ham third" to="graphics/pictures/team/735/kits/third"/>
</list>
</record>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment