Help with getting kits on fm 2010

Status
Not open for further replies.

MunchkinCurt

I was popular once
Joined
Nov 26, 2009
Messages
1,370
Reaction score
0
Points
36
i made some custom kits i did config correct but when i load it does this



1. Default kits View attachment 59883


but when i click confirm to get my kits on this happens View attachment 59884


the sponser and badge dissapear and thats it my config file reads : <record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="Middlesbrough Away" to="graphics/pictures/team/685/kits/away"/>
<record from="Middlesbrough Home" to="graphics/pictures/team/685/kits/home"/>
</list>
</record>




can anyone spot anything wrong?
 
after the home and away put /2009 like so

<record from="Middlesbrough Away" to="graphics/pictures/team/685/kits/away/2009"/>
<record from="Middlesbrough Home" to="graphics/pictures/team/685/kits/home/2009"/>

when i done this it worked for mine
 
<record>
<!-- resource manager options -->

<!-- don't preload anything in this folder -->
<boolean id="preload" value="false"/>

<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>

<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan -->
<record from="Middlesbrough Away" to="graphics/pictures/team/685/kits/away/2009"/>
<record from="Middlesbrough Home" to="graphics/pictures/team/685/kits/home/2009"/>
</list>
</record>

---------- Post added at 07:25 AM ---------- Previous post was at 07:17 AM ----------

im begging people!
 
try rhis

<record>
<!-- resource manager options
-->
<!-- don't preload anything in this folder
-->
<boolean id="preload" value="false" />
<!-- turn off auto mapping
-->
<boolean id="amap" value="false" />
<!-- picture 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">
<!-- Generated by FM Graphics Configurator, by HMan
-->
<record from="Middlesbrough Away" to="graphics/pictures/team/685/kits/away" />
<record from="Middlesbrough Home" to="graphics/pictures/team/685/kits/home" />
</list>
</record>
 
lol well thats the extent of my knowledge
 
From now on its best to download kits already made in a pack , and when u make a new one just replace the old graphics files , this means you don't have to mess around with config files , just rename your file the same as the original you are replacing then drag into the original folder and replace it.
And yeah it works i added a print screen to my first post on 11 to show you
 
I changed the names to like this format
Example , man utd_home , and I changed the file sizes from 400 or whatever you had it to 160 by 160
 
the only difference i spot is middlesborough_Home where i just put middlesbrough home

---------- Post added at 08:04 AM ---------- Previous post was at 08:03 AM ----------

i know this will sound retarded but how do you change size hehehe
 
Glad I could help dude , its my purpose on this site lol
 
Status
Not open for further replies.
Back
Top