how do you config the kits?
It's quite simple. If you have any config file just copy it on a desktop and the do the following.
1) Create a folder and put the kits over there
2) Open config file. It should be as follows:
<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="
sandhausen_home" to="graphics/pictures/team/
6000006/kits/home"/>
<record from="
sandhausen_away" to="graphics/pictures/team/
6000006/kits/away"/>
<record from="
sandhausen_third" to="graphics/pictures/team/
6000006/kits/third"/>
</list>
</record>
First bold red is the name of the file you gave to the kits you want to have in game (not 3D ones), and highlighted number is the unique ID of your team.
After you put config and the kits into one folder, then put the said folder to the FM'11 graphics folder in My Documents.