KeZZaaaa - Comments

Comments
#728063 3D Kits Official Thread (NO REQUESTS)
KeZZaaaa
5 years ago
1 week ago
4

Maybe someone else already asked for it, so sorry if this is duplicate. But does someone have the 3d kits of Venezia?

 

 

#578940 3D kits Technical Help Thread
KeZZaaaa
5 years ago
1 week ago
4
I did both already. It almost looks like there is a bug that new created teams can't have a 3d kit
#578904 3D kits Technical Help Thread
KeZZaaaa
5 years ago
1 week 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.
#578777 3D kits Technical Help Thread
KeZZaaaa
5 years ago
1 week 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"/>