Quote:
| Originally Posted by heraopx21 Mate am looking for a solution!!!!!! |
Ok, so basically the creased kit pack with the england folder downloadable here at FMF is perfect minus the premiership folder. The kits are fine, some of them from last season, but the problem lies in the config file.
If you open the config file that is in the permiership folder you'll notice it is a bit different than any of the other config files you'll open in any other league or division folder.
Here is what the premiership config file looks like...
<record>
<!-- resource manager options -->
<!-- dont preload anything in this folder -->
<boolean id="dpre" value="true"/>
<!-- turn off auto mapping -->
<boolean id="amap" value="false"/>
<!-- logo mappings -->
<list id="maps">
as compared to any other config file that you'll look at...
<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">
As you can see the premiership config file it set not to preload anything in the folder and a result the game will not pick up the graphics but rather just revert to the default kits.
To fix this so that everything is preloaded and that the game will pick up the correct kits you simply need to copy this portion of the file from any of the correct config files...
<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">
And paste it over the top of the corresponding part of the messed up premiership config file. This will solve the basic part of your problem although there is another minor fix that needs to be done to fully get use of all your kits.
You'll also notice on the premiership config file that if you scroll down to some of the actual kit names for each club, you'll notice that the name of the kit in the file which is supposed to correspond to the name of the kit in the folder is incorrect, ala...
<record from="spurs_home" to="graphics/pictures/team/728/kits/home"/>
<record from="spurs_away" to="graphics/pictures/team/728/kits/away"/>
<record from="spurs_third" to="graphics/pictures/team/728/kits/third"/>
If you take a look at the actual name of the kit in the folder it's not "spurs_home," "spurs_away," etc., it is actually "tottenham_home," and tottenham_away." So you'll need to go down the list of club kits that correspond to their actual file name in the folder and make sure that they are all correct. As far as the lists further down for the reserves and U-18 kits im not sure if you need those or not. Personally I deleted those lists in the config file and everything works just the same.
I hope that helps anyone out that was having the same problem I was a few days ago. Enjoy!
Also, im sure you'll notice alot of the kits that are included in the most recent update aren't the 06/07 current kits. If we could get a kitmaker together to make all of the latest kits I could put it all together and make an updated pack( I don't have the time to do the kits myself, otherwise I would).