how to config a kit in fm

philo

Member
Joined
Jan 14, 2009
Messages
29
Reaction score
0
Points
0
hi there

i was just wondering if anyone new how to add kits in fm12 on the config file what some come with ive tried copying the premiership config file and changed stuff but it wont load on the game thanks

my config

<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">
<record from="blackburn_1" to="graphics/pictures/team/739/kits/home"/>
<record from="blackburn_2" to="graphics/pictures/team/739/kits/away"/>
<record from="blackburn_3" to="graphics/pictures/team/739/kits/third"/>

</list>

</record>
 
Top