Status
Not open for further replies.

vattland

Member
Joined
Sep 18, 2010
Messages
3
Reaction score
0
Points
0
Hi there.

I have recently installed some kits and they work fine. Except for one thing I can't figure out. Maybe it is broken...?

I am using the Bundesliga 2D Shirts and all seem to work.. except for Stuttgart's Away Kit. The home kit was changed but not the away kit, it still is default.

Now, I have checked the files in the kit directory and they are all there and working. Also the config seems okay:

<record from="stuttgart_1" to="graphics/pictures/team/960/kits/home"/>
<record from="stuttgart_2" to="graphics/pictures/team/960/kits/away"/>
<record from="stuttgart_3" to="graphics/pictures/team/960/kits/third"/>


I also tried it with an alternative kit set /folder is called Germany) but the problem stays the same: Home Kit works, but not away kit. And what about the third kit.

So maybe it has to do with the team, I checked it in the editor and even though I made some changes, the Kit is still original -- same as in the default database.

Any ideas here? Greatly appreciated.
 
search kit bug fix in the search and youll find a thread that should help
 
<record from="stuttgart_1" to="graphics/pictures/team/960/kits/home"/>
<record from="stuttgart_2" to="graphics/pictures/team/960/kits/away"/>
<record from="stuttgart_3" to="graphics/pictures/team/960/kits/third"/>

The thing to do here is to add the year that your game is in(IE if you're game is in 2009, put 2009 at the end, and so on)

like this: -

<record from="stuttgart_1" to="graphics/pictures/team/960/kits/home/2009"/>
<record from="stuttgart_2" to="graphics/pictures/team/960/kits/away/2009"/>
<record from="stuttgart_3" to="graphics/pictures/team/960/kits/third/2009"/>

you could just copy and paste over original lines

If you are further on in your game, put the relevant year at the end(2010, 2011, 2012 etc).

Also, please search first - Kit Bug/Problems, Graphics Help Thread
 
Status
Not open for further replies.
Top