I'm trying to get my own kits into the game and i'm wondering whether this is the right config file :
- <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 generated by FM Graphics Guru, by NabaDwA -->
- <list id="maps">
<record from="copySpain_h" to="graphics/pictures/team/796/kits/home" />
<record from="copySpain_a" to="graphics/pictures/team/796/kits/away" />
<record from="copySpain_t" to="graphics/pictures/team/796/kits/third" />
</list>
</record>
- <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 generated by FM Graphics Guru, by NabaDwA -->
- <list id="maps">
<record from="copySpain_h" to="graphics/pictures/team/796/kits/home" />
<record from="copySpain_a" to="graphics/pictures/team/796/kits/away" />
<record from="copySpain_t" to="graphics/pictures/team/796/kits/third" />
</list>
</record>