3D Kits

3D Kits are special kits designed to make the match engine look even better, with the players wearing customised and improved kits on the pitch.
  • 788 Downloadable Packs
3D Kits

F.E.
16 years ago
2 weeks ago
143
Sponsors on that position clash with player name and should not be put there in the first place.


well I'm only trying to do it as authentic as possible...
so what you're saying is that even if the club has sponsor there I should ignore it?
bolid74
10 years ago
49 minutes ago
10,020
Premium
well I'm only trying to do it as authentic as possible...
so what you're saying is that even if the club has sponsor there I should ignore it?


Yes, number and name is oversized and it's size is not editable so you have to make a compromise there.
Another example are shorts that have club logo on left leg, it clashes with player number there.

Overall, FM20 and FM21 model isn't very good
F.E.
16 years ago
2 weeks ago
143
Yes, number and name is oversized and it's size is not editable so you have to make a compromise there.
Another example are shorts that have club logo on left leg, it clashes with player number there.

Overall, FM20 and FM21 model isn't very good


That was gonna be my next question... 🙂
thanks for the help
wfm18
5 years ago
2 hours ago
2,924
Hi all, does anyone has a 3d model for the 3d kits? Like I could load it up in Blender or Photoshop, drag the texture in and see how it looks?

I'm thinking about reforming the model into a minikit > so that you can import a 3d texture into a model in Photoshop and then the 2d kit is being generated from that. Would save up a lot of time I think. But I'm not a 3D modeler (I am a designer, so i can make textures), so I need a model to work from.
KeZZaaaa
4 years ago
4 days ago
4
I hope someone can help me.

I created a custom database with kits of my own. I also did it at FM20 and it worked perfectly. Now in FM21 I can't get the 3d kits working.

I used the exact same code I used in FM20. The regular shirts are working, the logo + icon too. But the 3d kits won't show. When I change the ID to the ID of another club the 3d kits are visible at that team so the error has to be in the ID. But the regular shirts, logo and icon are working on the same ID and that ID is also visible on the screen-id.

Can someone tell what's wrong?

<record from="auschwitz1" to="graphics/pictures/team/2000066266/kits/home"/>
<record from="auschwitz2" to="graphics/pictures/team/2000066266/kits/away"/>
<record from="auschwitz3" to="graphics/pictures/team/2000066266/kits/third"/>

<record from="auschwitz1_text" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2_text" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3_text" to="graphics/pictures/team/2000066266/kit_textures/third"/>

<record from="logo" to="graphics/pictures/club/2000066266/logo"/>
<record from="icon" to="graphics/pictures/club/2000066266/icon"/>
hammer9
16 years ago
1 month ago
94,628
I hope someone can help me.

I created a custom database with kits of my own. I also did it at FM20 and it worked perfectly. Now in FM21 I can't get the 3d kits working.

I used the exact same code I used in FM20. The regular shirts are working, the logo + icon too. But the 3d kits won't show. When I change the ID to the ID of another club the 3d kits are visible at that team so the error has to be in the ID. But the regular shirts, logo and icon are working on the same ID and that ID is also visible on the screen-id.

Can someone tell what's wrong?

<record from="auschwitz1" to="graphics/pictures/team/2000066266/kits/home"/>
<record from="auschwitz2" to="graphics/pictures/team/2000066266/kits/away"/>
<record from="auschwitz3" to="graphics/pictures/team/2000066266/kits/third"/>

<record from="auschwitz1_text" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2_text" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3_text" to="graphics/pictures/team/2000066266/kit_textures/third"/>

<record from="logo" to="graphics/pictures/club/2000066266/logo"/>
<record from="icon" to="graphics/pictures/club/2000066266/icon"/>


'text' ?! not right...

<record from="auschwitz1_text" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2_text" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3_text" to="graphics/pictures/team/2000066266/kit_textures/third"/>

should be like this...

<record from="auschwitz1" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3" to="graphics/pictures/team/2000066266/kit_textures/third"/>

also make sure same name as in filename as well
KeZZaaaa
4 years ago
4 days ago
4
'text' ?! not right...

<record from="auschwitz1_text" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2_text" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3_text" to="graphics/pictures/team/2000066266/kit_textures/third"/>

should be like this...

<record from="auschwitz1" to="graphics/pictures/team/2000066266/kit_textures/home"/>
<record from="auschwitz2" to="graphics/pictures/team/2000066266/kit_textures/away"/>
<record from="auschwitz3" to="graphics/pictures/team/2000066266/kit_textures/third"/>

also make sure same name as in filename as well


The filename is auschwitz1_text for the 3d-kit. And when I change the ID to another club (for example 1028 for PSV) this works. But with ID 2000066266 (the ID of my custom team) it doesn't work.
hammer9
16 years ago
1 month ago
94,628
The filename is auschwitz1_text for the 3d-kit. And when I change the ID to another club (for example 1028 for PSV) this works. But with ID 2000066266 (the ID of my custom team) it doesn't work.


make sure - unticked 'Use caching to decrease page loading times & tick 'Reload skin when confirming changes in Preferences
KeZZaaaa
4 years ago
4 days ago
4
I did both already. It almost looks like there is a bug that new created teams can't have a 3d kit
hammer9
16 years ago
1 month ago
94,628
I did both already. It almost looks like there is a bug that new created teams can't have a 3d kit


give me your 3d kits and config..ill check them
Scroats4Goats
3 years ago
3 years ago
4
I did both already. It almost looks like there is a bug that new created teams can't have a 3d kit
Did you manage to find a fix for this as it appears I have the same issue!!
wfm18
5 years ago
2 hours ago
2,924
I did both already. It almost looks like there is a bug that new created teams can't have a 3d kit

When you open the pre-game editor; are there any kits in the database for these clubs? Which clubs are we talking about? When there are no kits specified in the DB you are not able to add 3d (or 2d) kits. What you should do is add the kits via the editor, then start a new save with that editor file loaded and then the kits will be there.
vagg77
10 years ago
3 months ago
9
Guys, I don't know if this has already been answered, but is it possible to add 3D kits to Goalkeepers for either FM20 or FM21?

Sorry if this one has been asked again!
Emba
12 years ago
4 months ago
109
What about the issue where i cant see the number on the back? Someone know a solution to that?

Edit: Its seems to be fine with some teams?
weeniehutjr
6 years ago
6 days ago
5,204
By vagg77 20 January 2021 - 22:20 PM UTC 

Guys, I don't know if this has already been answered, but is it possible to add 3D kits to Goalkeepers for either FM20 or FM21?

Sorry if this one has been asked again! 

 

No, FM doesn't support custom goalkeeper kits.

frodomin
16 years ago
2 months ago
166
Premium
By bolid74 12 November 2020 - 13:45 PM UTC 

Guys, every time you can see kit in one competition and not in other, that's an editor related problem. SI added bunch of shirts for most competitions and forgot about one in particular. This will only be fixable once editor is available. 

 

What is the fix for this? I am playing as Man Utd and 3D kits are OK in the league and show fine on the start screen and in the changing room/boardroom, but as soon as I play in champions league they don't show. Weird thing is I downloaded the scoreboard mod from SI forums to show full team name, logo and kit and the 2D kit in that bugs out too, then everything reverts back as expected in the league.

NewToKits
3 years ago
2 years ago
3

I’m new to making kits and would love to try to make a 3d kit. Where would I find an outline for me to edit and make my own kits?

priority76
11 years ago
1 week ago
1,782
By NewToKits 25 February 2021 - 08:44 AM UTC 

I’m new to making kits and would love to try to make a 3d kit. Where would I find an outline for me to edit and make my own kits?

Go for it!

https://sortitoutsi.net/content/51973/3d-template-kits-thread-for-fm20-only

 

NewToKits
3 years ago
2 years ago
3
By priority76 25 February 2021 - 11:55 AM UTC 

Go for it!

https://sortitoutsi.net/content/51973/3d-template-kits-thread-for-fm20-only

 

Thank you!
What size should the badges be on the kits?

priority76
11 years ago
1 week ago
1,782
By NewToKits 25 February 2021 - 12:56 PM UTC 

Thank you!
What size should the badges be on the kits?

 

Have a look at some other 3d kits which look good and copy the size and location.  Also check it in the 3d kit viewer to see how it looks.  Any other questions just ask.

NewToKits
3 years ago
2 years ago
3
By priority76 25 February 2021 - 13:53 PM UTC 

Have a look at some other 3d kits which look good and copy the size and location.  Also check it in the 3d kit viewer to see how it looks.  Any other questions just ask.

 

I’ve just finished my kit! I’m really happy!

Two Things:

  1. What file type does it need to be? Where does it need to be? 
  2. What do I need to do for the config file? I’m a proper noobie with this.

thank you so much in advance 🙂

priority76
11 years ago
1 week ago
1,782
By NewToKits 25 February 2021 - 20:15 PM UTC 

I’ve just finished my kit! I’m really happy!

Two Things:

  1. What file type does it need to be? Where does it need to be?
  2. What do I need to do for the config file? I’m a proper noobie with this.

thank you so much in advance 🙂

 

Cool!  Why not share it here for everyone to enjoy?

It needs to be a .png file. I keep mine in the folder sports Interactive/football manager 2021/graphics/kits/3d/

The easiest thing to do with the config file is copy one from another download.  Change this bit:

<record from="filename" to="graphics/pictures/team/team id/kit_textures/home"/>

Put the file name where is says “file name” and put the team id where is says team id.  Do the same for away and third kits and put the config file in the same folder as the kits.
 

wfm18
5 years ago
2 hours ago
2,924
By NewToKits 25 February 2021 - 20:15 PM UTC 

I’ve just finished my kit! I’m really happy!

Two Things:

  1. What file type does it need to be? Where does it need to be?
  2. What do I need to do for the config file? I’m a proper noobie with this.

thank you so much in advance 🙂

 

Please use this tool while creating and verifying your kits: https://alexmichelet.github.io/3dkits-viewer/

Furgonok
3 years ago
4 months ago
2

Hi everyone,

 

I would like to ask for some help. I downloaded a kit, which is not part of the pack, so I put it in a new folder, and copied over a config file, which i modified. I left the boolean flags as they were and replaced the records. These are the only records in the file now:

 

<record from="d3" to="graphics/pictures/team/1705/kit_textures/third"/>
<record from="da" to="graphics/pictures/team/1705/kit_textures/away"/>
<record from="dh" to="graphics/pictures/team/1705/kit_textures/home"/>

 

The id and the filenames are correct, because first I only wrote kits insteqad of kit_textures and the pictures showed up in the club info menu.

 

Other 3D kits which are in the same root folder (…/graphics/3D kits/…) work.

 

Does anybody know what could be the problem?

 

Thanks in advance!

volicci
5 years ago
1 hour ago
548

Sorry guys if this has already been asked, but is there any way to make 3rd kit to appear in UCL/UEL competitions? I'm playing with Dinamo Zagreb and only home and away kits are appearing in all competitions (league, cup and uefa comps). Thanks in advance.

trace
9 years ago
6 days ago
12
By bolid74 12 November 2020 - 13:45 PM UTC 

Guys, every time you can see kit in one competition and not in other, that's an editor related problem. SI added bunch of shirts for most competitions and forgot about one in particular. This will only be fixable once editor is available. 

 

is there any way to fix this for FM Touch 21 since there is no editor for Touch??? Thanks

Dralex05
12 years ago
1 month ago
1

Hello, I created a team from pre game editor and after that I've managed to change the 2d kits and logos, but I can't manage to put my 3d kits as well… I've seen someone up here has the same problem, have you found a fix? What about the thick on Use Licensed kits?

Lionel Leow
3 years ago
1 week ago
13
Premium

Question, any chance we can convert old kits made for fm17 and earlier to work for fm18 and later? 

hammer9
16 years ago
1 month ago
94,628
By Lionel Leow 20 June 2021 - 05:22 AM UTC 

Question, any chance we can convert old kits made for fm17 and earlier to work for fm18 and later? 

 

Nope. 😢

You'll need to Login to comment